JavaScript must be enabled to play.
Browser lacks capabilities required to play.
Upgrade or switch to another browser.
Loading…
<style> #menu-core, #ui-bar-history, #ui-bar,#right-ui-bar{display:none;} #story {margin-left:0;margin:0;margin-top:30px;} </style> <h4>Be careful, intro contain music, so use speakers at your own discretion.</h4> <h4>Recommended minimum resolution: 1280x720</h4> <h4>Recommended browser: Firefox</h4> <br> [[I understand|intro]]
<style> @media (max-width: 1199px) { div.text-block {font-size: 0.8vh !important;} } #menu-core, #ui-bar-history, #ui-bar,#right-ui-bar,#box2{display:none;} img {width:100%;} #story {margin-left:0;margin:0;} .passage, #passages {max-width: 1920px;margin:0;padding:0;border:0;} body{margin-top:0;} .text-block { position: absolute; width: 20vw; top: 0.6vw; right: 1vh; background-color: rgba(0, 0, 102, 0.3); color: white; font-size: 1.4vh; font-family: 'Roboto', sans-serif; padding-left: 16px; padding-right: 16px; padding-bottom: 10px; z-index: 1; } .button { background-color: #1c87c9; -webkit-border-radius: 60px; border-radius: 60px; border: none; color: #eeeeee; cursor: pointer; display: inline-block; font-family: 'Roboto', sans-serif; font-size: 1.5vh; padding: 8px 10px; text-align: center; text-decoration: none; } @keyframes glowing { 0% { background-color: #2ba805; box-shadow: 0 0 5px #2ba805; } 50% { background-color: #49e819; box-shadow: 0 0 20px #49e819; } 100% { background-color: #2ba805; box-shadow: 0 0 5px #2ba805; } } .button { animation: glowing 1300ms infinite; } .alerts-border { border: 2px #990000 solid; animation: blink 2s; animation-iteration-count: 20; } @keyframes blink { 50% { border-color:#fff ; } } </style> <video src="images/intro.webm" autoplay loop width="100%"></video> <div id="show"> <div class="text-block alerts-border"> <p>This game is for players 18+ years of age.<br> If you are under 18<br> or it is illegal for you to view pornographic material please close this game now. <br>All characters in this game are over the age of 18.</p> <a ><button data-passage="Start" type="submit" class="button">START</button></a> </div> </div>
<<set $day to 0>> <<set $daycount to 1>> <<set $week to ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"]>> <<set $name to "Matt">> <<set $matticon to "images/profiles/matticon.png">> <<set $theraicon to "images/profiles/theraicon.png">> <<set $saraicon to "images/profiles/saraicon.png">> <<set $violeticon to "images/profiles/violeticon.png">> <<set $amaicon to "images/profiles/amaicon.png">> <<set $mothericon to "images/profiles/mothericon.png">> <<set $bradicon to "images/profiles/bradicon.png">> <<set $bossicon to "images/profiles/bossicon.png">> <<set $michelleicon to "images/profiles/michelleicon.png">> <<set $apart to {"start":0, "rented":0, "count":30, "endcount": 0, "active":0, "debt":0, "landlord":0}>> <<set $money to 1200>> <<set $rent to 1>> <<set $business to 0>> <<set $home to 0>> <<set $work to 0>> <<set $park to {"active":0, "walk":0, "start":0, "start":0, "play":0, "date":0, "saradate":0, "fuck":0, "event":0, "event2":0, "event3":0}>> <<set $mc to {"femi":0, "saturation":0, "saturation2":0, "sub":1, "lust":5, "mood":10, "heels":0, "makeup":0, "makeupskill":0, "sex":0, "mind":101, "beauty":0, "bbc":0, "shower":0, "mirror":0, "injection":0, "tattoo":0, "active":0}>> <<set $sara to {"femi":0, "saturation":0, "saturation2":0, "sub":5, "lust":0, "mood":1, "heels":0, "makeup":0, "makeupskill":0, "sex":0, "mind":101, "bbc":0, "beauty":0, "coffee":0, "money":600, "tattoo":0, "active":0, "work":0, "visitmatt":0}>> <<set $thera to {"count":0, "active":0, "start":0, "event":0, "event2":0, "event3":0, "bbc":0, "sex":0, "fuck":0}>> <<set $violet to {"beauty":0, "bbc":0, "lust":0, "count":0, "active":0, "start":0, "event":0}>> <<set $amanda to {"beauty":0, "bbc":0, "lust":0, "count":0, "active":0, "start":0, "event":0}>> <<set $mother to {"beauty":0, "bbc":0, "lust":0, "count":0, "active":0, "start":0, "visit":0, "event":0, "event2":0, "event3":0}>> <<set $michelle to {"start":0, "count":0, "active":0, "visit":0, "brad":0, "fuck":0, "event":0, "event2":0, "event3":0, "sara":0}>> <<set $boss to {"start":0, "count":0, "active":0, "visit":0, "michelle":0, "fuck":0, "event":0, "event2":0, "event3":0,"sara":0}>> <<set $brad to {"start":0, "count":0, "active":0, "visit":0, "michelle":0, "fuck":0, "event":0, "event2":0, "event3":0,"sara":0}>> <<set $darius to {"start":0, "count":0, "active":0, "visit":0, "michelle":0, "fuck":0, "event":0, "event2":0, "event3":0,"sara":0}>> <<set $tyrese to {"start":0, "count":0, "active":0, "visit":0, "michelle":0, "fuck":0, "event":0, "event2":0, "event3":0,"sara":0}>>
<video autoplay loop src="images/logo.webm"></video> @@color:red;Ch. 3, Ver. 0.29@@
<<widget timepass>><<nobr>> <<set $timeofday to 1>> <<set $daycount++>> <<if $day < 6>> <<set $day++>> <<else>> <<set $day to 0>> <</if>> <</nobr>><</widget>>
<<button "Rest">><<set $saytime to "Evening">><</button>> <<button "Sleep">><<timepass>><</button>> <<link "link text" "target">> <<Event>> <</link>> <<link [[link text|target]]>> <style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <div class="icon"> <img src="<<print $matticon>>" alt="Character Name" style="float:left; margin-right:10px;"> ''<<print $name>>: '' What’s happening here? <br> </div> <style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style>
Day: <<print $daycount>>, <<= $week[$day]>> <br> Time: <<if $timeofday == 1>> Morning <<elseif $timeofday == 2>> Noon <<elseif $timeofday == 3>> Afternoon <<elseif $timeofday == 4>> Evening <<elseif $timeofday == 5>> Night <</if>> <hr> <<if $mc.femi >= 0 && $mc.femi <= 7 && $mc.saturation2 <= 5>> <div class="fade-in" style="width:100%;height:484px;"> <video autoplay src="images/profiles/mattpro27.webm"></video> </div> <<elseif $mc.femi >= 7 && $mc.saturation2 >= 6 && $mc.saturation2 <= 29>> <div class="fade-in" style="width:100%;height:484px;"> <<if $mattheelswalk == 1>> <video autoplay loop src="images/profiles/mattpro7.webm"></video> <<else>> <video autoplay src="images/profiles/mattpro6.webm"></video> <</if>> </div> <<elseif $mc.femi >= 30 && $mc.femi < 60 && $mc.saturation2 >= 30 && $mc.saturation2 < 60 && $thera.start < 77>> <div class="fade-in" style="width:100%;height:484px;"> <<switch random(1,4)>> <<case 1>> <video autoplay loop src="images/profiles/mattpro9.webm"></video> <<case 2>> <video autoplay loop src="images/profiles/mattpro10.webm"></video> <<case 3>> <video autoplay loop src="images/profiles/mattpro11.webm"></video> <<case 4>> <video autoplay loop src="images/profiles/mattpro12.webm"></video> <</switch>> </div> <<elseif $mc.femi >= 60 && $mc.saturation2 >= 60 && $mc.saturation2 < 90 && $thera.start >= 77 && $thera.start < 129>> <div class="fade-in" style="width:100%;height:384px;"> <<switch $wardrobe["outfit"]>> <<case 0>> <<switch random(1,4)>> <<case 1>> <video autoplay loop src="images/profiles/mattpro13.webm"></video> <<case 2>> <video autoplay loop src="images/profiles/mattpro14.webm"></video> <<case 3>> <video autoplay loop src="images/profiles/mattpro15.webm"></video> <<case 4>> <video autoplay loop src="images/profiles/mattpro16.webm"></video> <</switch>> <<case 1>> <<switch random(1,2)>> <<case 1>> <video autoplay loop src="images/profiles/mattpro19.webm"></video> <<case 2>> <video autoplay loop src="images/profiles/mattpro20.webm"></video> <</switch>> <<case 2>> <<switch random(1,3)>> <<case 1>> <video autoplay loop src="images/profiles/mattpro21.webm"></video> <<case 2>> <video autoplay loop src="images/profiles/mattpro22.webm"></video> <<case 3>> <video autoplay loop src="images/profiles/mattpro23.webm"></video> <</switch>> <<case 3>> <<switch random(1,2)>> <<case 1>> <video autoplay loop src="images/profiles/mattpro24.webm"></video> <<case 2>> <video autoplay loop src="images/profiles/mattpro25.webm"></video> <</switch>> <</switch>> </div> <<elseif $mc.femi >= 85 && $mc.saturation2 >= 90 && $thera.start >= 129>> <div class="fade-in" style="width:100%;height:384px;"> <<switch $wardrobe["outfit"]>> <<case 0>> <video autoplay loop src="images/profiles/mattpro27.webm"></video> <<case 2>> <<switch random(1,3)>> <<case 1 3>> <video autoplay loop src="images/profiles/mattpro29.webm"></video> <<case 2>> <video autoplay loop src="images/profiles/mattpro30.webm"></video> <</switch>> <<case 3>> <video autoplay loop src="images/profiles/mattpro32.webm"></video> <</switch>> </div> <</if>> <br> <<if hasVisited("start3")>> [[Characters|characters]]<br> [[Changelog|Changelog]] <</if>> <<include "test">>
<<if ndef $ver007>> <<set $ver007 to 1>> <<set $housework to {"start":0, "living":0, "dishes":0, "garbage":0, "full":0, "end":0, "var":0}>> <</if>> <<if ndef $ver008>> <<set $ver008 to 1>> <<set $mattheelswalk to 0>> <<set $cadenicon to "images/profiles/cadenicon.png">> <<set $clientmail to {"start":0, "active":0, "type":0, "score":100, "random":0, "end":0, "boss":0}>> <</if>> <<if ndef $ver009>> <<set $ver009 to 1>> <<set $bragame to {"start":0, "active":0, "type":0, "score":100, "random":0, "end":0}>> <</if>> <<if ndef $ver010>> <<set $ver010 to 1>> <<set $dariusicon to "images/profiles/dariusicon.png">> <<set $aaronicon to "images/profiles/aaronicon.png">> <<set $tylericon to "images/profiles/tylericon.png">> <<set $tyreseicon to "images/profiles/tyreseicon.png">> <<set $pantiesgame to {"start":0, "active":0, "type":0, "score":100, "random":0, "end":0}>> <<set $tyler to {"start":0, "count":0, "active":0, "visit":0, "sex":0, "fuck":0, "event":0, "event2":0, "event3":0,"sara":0}>> <<set $spingame to {"start":0, "active":0, "type":0, "score":100, "random":0, "count":0, "end":0}>> <</if>> <<if ndef $ver011>> <<set $ver011 to 1>> <<set $doctoricon to "images/profiles/doctoricon.png">> <<set $doctor to {"start":0, "count":0, "active":0, "start":0, "visit":0, "sex":0, "fuck":0, "event":0, "event2":0, "event3":0,"sara":0}>> <<set $newbra to {"start":0, "active":0, "event":0}>> <</if>> <<if ndef $ver013>> <<set $ver013 to 1>> <<set $girlicon to "images/profiles/girlicon.png">> <<set $ryanicon to "images/profiles/ryanicon.png">> <<set $daddyicon to "images/profiles/daddyicon.png">> <<set $ryan to {"start":0, "count":0, "active":0, "visit":0, "sex":0, "fuck":0, "event":0, "event2":0, "event3":0}>> <<set $daddy to {"start":0, "count":0, "active":0, "visit":0, "sex":0, "fuck":0, "event":0, "event2":0, "event3":0,"sara":0, "amira":0}>> <<set $mirror to {"start":0, "count":0, "active":0, "mast":0}>> <</if>> <<if ndef $ver020>> <<set $ver020 to 1>> <<set $wardrobe to {"start":0, "casual":0, "outfit":0, "outfit1":0, "outfit2":0,"outfit3":0, "outfit4":0, "outfit5":0, "outfit6":0, "outfit7":0, "outfit8":0, "outfit9":0, "outfit10":0, "outfit11":0, "outfit12":0, "outfit13":0, "outfit14":0}>> <<set $wardrobe["outfit1"] to 1>> <</if>> <<if ndef $ver021>> <<set $ver021 to 1>> <<set $amber to {"start":0, "count":0, "active":0, "visit":0, "sex":0, "fuck":0, "event":0, "event2":0, "event3":0}>> <<set $ambericon to "images/profiles/ambericon.png">> <<set $mc["jog"] to 0>> <</if>>
<<if $thera.start < 77>><video width="1300" autoplay loop src="images/change.webm"></video><<else>><video width="1300" autoplay loop src="images/change2.webm"></video><</if>> 0.29 (New!) - continuation of the story - new mini game - new outfit - more animations <<back>> 0.28 - continuation of the story - new random event - bug fix (Michelle's avatar has been replaced with the correct one) 0.27 - continuation of the story - new mini game - new random event - pov view (shower, bedroom, bus) - bug fix 0.26 - continuation of the story - mother's house update - daddy update - bedroom event fixed - script update (should run more smoothly) 0.25f - continuation of the story - fourth transformation + new hair (in progress) - update of all events - Michelle's minor update - bugfix 0.24 - continuation of the story - bathroom skip button - new outfit - more animations - bugfix 0.23 - continuation of the story - some new events - more animations - minor bugfix 0.22 - continuation of the story - instagram update - more animations 0.21 - continuation of the story - new outfit - new park event - new character - bugfix 0.20 - continuation of the story - wardrobe - more animations - bugfix 0.19 - continuation of the story - Michelle's update - more animations 0.18 - continuation of the story - more animations - fixed bugs 0.17 - continuation of the story - mother update - 'go for a walk' event moved outside and updated - more animations - fixed bugs 0.16 - continuation of the story - third transformation + new hair - more animations - fixed minor bugs 0.15 - continuation of the story - more animations 0.14 - continuation of the story - Sara: next stage of corruption, all events replaced - instagram update - more animations 0.13 - continuation of the story - two new characters - new home events - instagram update - more animations 0.12 - continuation of the story - new opportunities for romance at work - instagram update - mother update - new mini-game - more animations - minor update of some older events - mobile ui fix - bug fix (blank screen) 0.11 - second transformation + new outfit - replacing all events - more animations - new character 0.10 - continuation of the story - more animations (for older events too) - new home event - instagram update - new character - bugfix 0.09 - continuation of the story - new mini-game - instagram redesign 0.08 - continuation of the story - new mini-game at work (check the Help button) - new animations of the mc - some events update - bugfix - added saves folder 0.07 - continuation of the story - unexpected transformation - household chores event - bugfix 0.06 - continuation of the story - four new characters - new events 0.05 - continuation of the story - first transformation + new outfit - replacing all events 0.04 - story continuation: therapist - if you start over, you can change the main character's name - new random events in the living room (many variations) - fixed character icons in dialogue - fixed known bugs 0.03 - story continuation: therapist - new random events at work - minor fixes 0.02 - 6 new characters added - main story continued - new random events - new stats <<back>>
<style> #passages { max-width: 80em; margin: 0 auto; } h2 {text-shadow: 0px 0px 4px rgba(96, 84, 138, 0.7); color: #0080ff; font-size: 2rem; margin:0;} e {font-size: 1.4rem;} </style> <style> .start { box-shadow:inset 0px 1px 0px 0px #bbdaf7; background:linear-gradient(to bottom, #4d58f0 5%, #378de5 100%); background-color:#4d58f0; border-radius:6px; border:1px solid #84bbf3; display:inline-block; cursor:pointer; color:#ffffff; font-family:Arial; font-weight:bold; margin:4px 4px 4px 0px; font-size:14px; padding:2px 8px; text-decoration:none; text-shadow:0px 1px 0px #528ecc; } .start { color: #fafafc !important; text-decoration: underline; background:linear-gradient(to bottom, #378de5 5%, #4d58f0 100%); background-color:#378de5; } </style> <video width="1300" autoplay loop src="images/intro5.webm"></video> <br> @@.blink_text;If you want more cool renders, comics, outfits and events visit my <a class="start" href="https://www.patreon.com/root_auth" target="_blank">PATREON</a>@@ <br> <hr> @@.blink;Load the save from chapter two..@@
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<set $timeofday to 4>> <<set $mc.shower to 1>> <<set $apart.start to 1>> <<set $apart.rented to 1>> <<set $apart.count to 30>> <<set $apart.endcount to 0>> <video width="1300" autoplay src="images/thera/thera1.webm"></video> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: '' Okay <<print $name>> so you're worried about your wife, [[right?|start3]] </div> <</timed>>
<style> * { box-sizing: border-box; } .flex-container { display: flex; flex-wrap: wrap; } .flex-item-left { padding: 8px; flex: 70%; } .flex-item-right { padding: 8px; flex: 30%; } @media (max-width: 800px) { .flex-item-right, .flex-item-left { flex: 100%; } } </style> <style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<back>> <div class="flex-container"> <div class="flex-item-left"> <<if $mc.femi == 0 && $mc.saturation2 == 0>> <video width="1300" autoplay loop src="images/profiles/mattpro1.webm"></video> <<elseif $mc.femi > 0 && $mc.femi < 7 && $mc.saturation2 == 0>> <video width="1300" autoplay loop src="images/profiles/mattpro2.webm"></video> <<elseif $mc.femi > 0 && $mc.femi <= 7 && $mc.saturation2 <= 5>> <video width="1300" autoplay loop src="images/profiles/mattpro3.webm"></video> <<elseif $mc.femi >= 7 && $mc.saturation2 >= 6 && $mc.saturation2 <= 29>> <video width="1300" autoplay loop src="images/profiles/mattpro4.webm"></video> <<elseif $mc.femi >= 30 && $mc.femi < 60 && $mc.saturation2 >= 30 && $mc.saturation2 < 60 >> <video width="1300" autoplay loop src="images/profiles/mattpro8.webm"></video> <<elseif $mc.femi >= 60 && $mc.saturation2 >= 60 && $mc.makeupskill == 0>> <video width="1300" autoplay loop src="images/profiles/mattpro17.webm"></video> <<elseif $mc.femi >= 60 && $mc.saturation2 >= 60 && $mc.makeupskill == 1 && $thera.start < 124>> <video width="1300" autoplay loop src="images/profiles/mattpro18.webm"></video> <<elseif $mc.femi >= 60 && $mc.femi < 85 && $mc.saturation2 >= 60 && $mc.makeupskill == 1 && $thera.start >= 124 && $thera.start < 129>> <video width="1300" autoplay src="images/profiles/mattpro26.webm"></video> <<elseif $mc.femi >= 85 && $mc.saturation2 >= 90 && $thera.start >= 129 && $thera.start < 140 && $mc.makeupskill == 1>> <video width="1300" autoplay loop src="images/profiles/mattpro28.webm"></video> <<elseif $mc.femi >= 85 && $mc.saturation2 >= 90 && $thera.start >= 140 && $thera.start < 146 && $mc.makeupskill == 1>> <video width="1300" autoplay loop src="images/profiles/mattpro31.webm"></video> <<elseif $mc.femi >= 85 && $mc.saturation2 >= 90 && $thera.start >= 146 && $mc.makeupskill == 1>> <video width="1300" autoplay loop src="images/profiles/mattpro33.webm"></video> <</if>> <br> </div> <div class="flex-item-right"> <<print $name>><br> Money: <<= $money>><br> Intelligence: <<= $mc.mind>> IQ<br> Feminization: <<= $mc.femi>> %<br> <<if $mc.femi < 7 && $thera.start < 18>> Appearance: ordinary<br> <<elseif $mc.femi >= 7 && $thera.start >= 18 && $mc.saturation2 <= 29>> Appearance: young and a bit girly<br> <<elseif $mc.femi >= 30 && $mc.femi < 60 && $thera.start >= 52 && $mc.saturation2 >= 30 && $mc.saturation2 < 60 && $thera.start < 77>> Appearance: you could be mistaken for a girl<br> <<elseif $mc.femi >= 60 && $mc.saturation2 >= 60 && $thera.start >= 77 && $thera.start < 90>> Appearance: you are a girl!<br> <<elseif $mc.femi >= 60 && $mc.saturation2 >= 60 && $thera.start >= 90 && $mc.saturation2 < 90 && $thera.start < 129>> Appearance: you are a girl with makeup?!<br> <<elseif $mc.femi >= 85 && $mc.saturation2 >= 90 && $thera.start >= 129>> Appearance: A quite attractive girl with long hair.<br> <</if>> Tattoos: <<= $mc.tattoo>><br> <<if $mc.heels > 0>>High heel: <<= $mc.heels>>%<br><</if>> Lust: <<= $mc.lust>><br> Submission: <<= $mc.sub>><br> Mood: <<= $mc.mood>><br> QG02 saturation: <<=$mc.saturation>> %<br> QG03+trans saturation: <<=$mc.saturation2>> %<br> QG04ex injection: <<= $mc.injection>><br> </div> </div> <hr> <div class="flex-container"> <div class="flex-item-left"> <<if $sara.saturation < 4>> <video width="1300" autoplay loop src="images/profiles/sarapro1.webm"></video> <<elseif $sara.saturation >= 4 && $sara.saturation < 9>> <video width="1300" autoplay loop src="images/profiles/sarapro2.webm"></video> <<elseif $sara.saturation >= 10>> <video width="1300" autoplay loop src="images/profiles/sarapro3.webm"></video> <</if>> <br> </div> <div class="flex-item-right"> Sara<br> Money: <<=$sara.money>><br> Intelligence: <<= $sara.mind>> IQ<br> Appearance: <<if $sara.saturation < 10>>ordinary<<elseif $sara.saturation >= 10>>pretty sexy<</if>><br> Tattoos: <<= $sara.tattoo>><br> Lust: <<= $sara.lust>><br> Submission: <<= $sara.sub>><br> Mood: <<=$sara.mood>><br> QG02 saturation: <<=$sara.saturation>> %<br> QG02+boost saturation: <<=$sara.saturation2>> %<br> </div> </div> <hr> Therapist: <br> <video width="1300" autoplay loop src="images/profiles/lilypro1.webm"></video> <br> <<if hasVisited("amanda visit") || hasVisited("violet visit")>> <hr> <<print $name>>'s sisters - Amanda and Violet: <br> <<if $amanda.bbc == 0>> <video width="1300" autoplay loop src="images/profiles/violama.webm"></video> <</if>> <<if $amanda.bbc >= 1 && $amanda.start < 3>> <video width="1300" autoplay loop src="images/profiles/violama2.webm"></video> <</if>> <<if $amanda.start >= 3 && $amanda.bbc >= 1 && $violet.start < 101>> <video width="1300" autoplay loop src="images/profiles/violama3.webm"></video> <</if>> <<if $amanda.start >= 3 && $amanda.bbc >= 1 && $violet.start >= 101>> <video width="1300" autoplay loop src="images/profiles/violama4.webm"></video> <</if>> <br> <</if>> <<if hasVisited("mother house")>> <hr> <<print $name>>'s mother - Teresa: <br> <<if $mother.lust < 2>> <video width="1300" autoplay loop src="images/profiles/motherprofile.webm"></video> <<elseif $mother.lust >= 2>> <video width="1300" autoplay loop src="images/profiles/motherprofile2.webm"></video> <</if>> <br> <</if>> <<if hasVisited("michelle")>> <hr> Work: Michelle, Brad, Boss: <br> <<if $boss.start < 13 && $michelle.start < 101 || $boss.start < 13>> <video width="1300" autoplay loop src="images/profiles/workprofile.webm"></video> <<elseif $boss.start >= 13 && $michelle.start >= 101>> <video width="1300" autoplay loop src="images/profiles/workprofile2.webm"></video> <</if>> <br> <</if>> <<if $amir > 0>> <hr> <<if $amirtrans < 3>>Amir<<else>>Amira<</if>> - old school friend: <br> <<if $amirtrans == 0>> <video width="1300" autoplay loop src="images/profiles/amirpro.webm"></video> <<elseif $amirtrans >= 1 && $amirtrans < 3>> <video width="1300" autoplay loop src="images/profiles/amirpro2.webm"></video> <<elseif $amirtrans >= 3>> <video width="1300" autoplay loop src="images/profiles/amirpro3.webm"></video> <</if>> <br> <</if>> <<if $reporter > 0>> <hr> Mysterious reporter: <br> <<if $reporter <= 4>> <video width="1300" autoplay loop src="images/profiles/reporterpro.webm"></video> <<elseif $reporter >= 5>> <video width="1300" autoplay loop src="images/profiles/reporterpro2.webm"></video> <</if>> <br> <</if>> <<if $emma > 0>> <hr> Emma - Former patient: <br> <video width="1300" autoplay loop src="images/profiles/emmapro.webm"></video> <br> <</if>> <<if $amanda.start >= 3>> <hr> Caden - Amanda's boyfriend: <br> <video width="1300" autoplay loop src="images/profiles/caden.webm"></video> <br> <</if>> <<if $violet.start > 100>> <hr> Aaron - Violet's friend: <br> <video width="1300" autoplay loop src="images/profiles/aaronpro.webm"></video> <br> <</if>> <<if $doctor.start > 0>> <hr> Doktor Octopus: <br> <video width="1300" autoplay loop src="images/profiles/doctorpro.webm"></video> <br> <</if>> <<if $ryan.start > 1>> <hr> Ryan - mom's brother: <br> <<if $ryan.start <= 3>> <video width="1300" autoplay loop src="images/profiles/ryanpro.webm"></video> <<elseif $ryan.start >= 4>> <video width="1300" autoplay loop src="images/profiles/ryanpro2.webm"></video> <</if>> <br> <</if>> <<if $daddy.start >= 2>> <hr> My daddy! <br> <video width="1300" autoplay loop src="images/profiles/daddypro.webm"></video> <br> <</if>> <<if $amber.start > 0>> <hr> Amber - shop assistant <br> <video width="1300" autoplay loop src="images/profiles/amberpro.webm"></video> <br> <</if>> <<if $boss.start >= 17>> <hr> John Papadopoulos - important client <br> <video width="1300" autoplay loop src="images/profiles/john2.webm"></video> <br> <</if>> <<back>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $name == "Matt">> <video width="1300" autoplay src="images/thera/thera2.webm"></video> <<else>> <video width="1300" autoplay src="images/thera/thera2b.webm"></video> <</if>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hmm yes..her depression is really worrying. She refuses to come here and I don't know what to do<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Don't worry, I'm here to help you. The most important thing is that you are honest..<br> [[so..are you fucking her?|start4]] </div> <</timed>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video width="1300" autoplay src="images/thera/thera3.webm"></video> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''What? Uhh no..no! She is in a difficult situation..you know..uhh and we haven't done this for months..<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''It's okay <<print $name>>. You are a good person and you are safe here. </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''Thank you for your help.<br> </div> <</timed>> <<timed 5s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Hmm I think that's enough for today. I'll give you special pills for your wife and I'll analyze my notes. We'll meet tomorrow. </div> <</timed>> <<timed 6s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''Thank you once again. [[Leave|home][$thera.start to 1;$money -=100;]] @@.blink;<em>(Prepare pills in the kitchen)</em>@@ </div> <</timed>>
<<if $work == 1 && $wardrobe.outfit == 1 || $work == 1 && $wardrobe.outfit == 3>> <<set $wardrobe.outfit to 0>> <</if>> <<if $timeofday == 5>> <video width="1300" autoplay src="images/home/main2.webm"></video> <<else>> <video width="1300" autoplay src="images/home/main.webm"></video> <</if>> <br> <<if $thera.start >= 20 && $day == 6 && $housework.start == 0 && $housework.full < 100>> [[Bedroom|bedroom chores][$housework.start to 1]] <<elseif $thera.start >= 22 && $day == 6 && $housework.full == 100>> [[Bedroom|chores bad end]] <<else>> [[Bedroom|bedroom]] <</if>> <<if $thera.start < 6 && $sara.saturation < 5>> [[Living room|living room]] <<elseif $thera.start >= 6 && $thera.start < 52 && $sara.saturation >= 5 && $mc.saturation2 <= 29>> <<switch random (1,2)>> <<case 1>> [[Living room|living room2]] <<case 2>> [[Living room|living room3]] <</switch>> <<elseif $thera.start >= 52 && $mc.saturation2 >= 30 && $sara.saturation >= 5 && $mc.saturation2 < 60 && $thera.start < 77>> [[Living room|living room4]] <<elseif $mc.femi >= 60 && $mc.saturation2 >= 60 && $thera.start >= 77>> [[Living room|living room6]] <</if>> [[Kitchen|kitchen]] [[Bathroom|bathroom]] <<if $wardrobe.start == 1 && $timeofday == 1 && $day != 6 && $shower == 1>> <<if not hasVisited("wardrobe")>> @@.blink; [[Wardrobe|wardrobe]]@@ <<else>> [[Wardrobe|wardrobe]] <</if>> <</if>> <<if not [77,112,115,125,129,149].includesAny($thera.start) && $shower == 1>> [[Go outside|out]] <</if>> <<include "events home">> <<if $thera.start == 149 && $shower == 1 && $timeofday >= 4>> <h1>@@.blink; END OF CONTENT!@@</h1> <</if>>
<div class="fadein"> <<if $thera.start < 129>> <video width="1300" autoplay src="images/home/bedroom.webm"></video> <<elseif $mc.femi >= 85 && $mc.saturation2 >= 90 && $thera.start >= 129>> <<switch random(1,2)>> <<case 1>> <video width="1300" autoplay loop src="images/home/bedroom2.webm"></video> <<case 2>> <video width="1300" autoplay loop src="images/home/bedroom3.webm"></video> <</switch>> <</if>> </div> <br> [[Laptop|laptop]] <<if not [112, 115,125,149].includesAny($thera.start) && $timeofday == 5 >> [[Sleep|sleep]] <</if>> <<if $mc.femi >= 30 && $mc.femi < 85 && $mc.saturation2 >= 30 && $mc.saturation2 < 90 && $thera.start < 129>> <<if $timeofday == 4 && $timeofday != 5 || $day == 6 && $timeofday != 5>> <<if $mc.femi >= 30 && $thera.start >= 52 && $mc.saturation2 >= 30 && $thera.start < 77>>>> [[Try on a new bra|new bra]] <</if>> <</if>> <!-- EVENTS STAGE 4 --> <<if $timeofday == 4 || $timeofday == 5>> <<if $mc.femi >= 60 && $mc.saturation2 >= 60 && $thera.start >= 80>> <<switch random(1,3)>> <<case 1>> <<if $thera.start < 116>> [[Your wife is horny!|new bra]] <</if>> <<case 2 3>> [[You hear moaning..|sara mast]] <</switch>> <</if>> <</if>> <<if $timeofday == 1>> <<if $mc.femi >= 60 && $mc.saturation2 >= 60 && $thera.start >= 80>> <<switch random(1,2)>> <<case 2>> [[Mmm I'm horny..|matt mast]] <</switch>> <</if>> <</if>> <<if $timeofday == 5 && $boss.start >= 13 && $thera.start >= 80 && $wardrobe.outfit3 == 0>> [[Maybe I'll try this new outfit again|new outfit]] <</if>> <</if>> <!-- EVENTS STAGE 5 --> <<if $mc.femi >= 85 && $mc.saturation2 >= 90 && $thera.start >= 129>> <<if $timeofday == 1>> <<switch random(1,2)>> <<case 1 2>> [[Mmm I'm horny..again|matt mast]] <</switch>> [[POV view|bedpov]] <</if>> <<if $timeofday == 1 && $boss.start >= 13 && $thera.start >= 129>> [[Maybe I'll try this outfit again|new outfit2]] <</if>> <<if $thera.start == 129 && $timeofday == 1>> @@.blink;[[You look different again!|saramattliv]]@@ <</if>> <</if>> [[Leave|home]]
<<if $sara.saturation < 2>> <video width="1300" autoplay src="images/home/sarahome.webm"></video> <<elseif $sara.saturation == 2 || $sara.saturation == 3>> <video width="1300" autoplay src="images/home/sarahome2.webm"></video> <<elseif $sara.saturation >= 4>> <<switch random(1,3)>> <<case 1>> <video width="1300" autoplay src="images/home/sarahome3.webm"></video> <<case 2>> <video width="1300" autoplay src="images/home/sarahome4.webm"></video> <<case 3>> <video width="1300" autoplay src="images/home/sarahome5.webm"></video> <</switch>> <</if>> <br> <<if $sara.saturation < 2>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''...<br> </div> <<elseif $sara.saturation == 2 || $sara.saturation == 3>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''I feel weird..ughh<br> </div> <<elseif $sara.saturation >= 4>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Hehe This is really funny!<br> </div> <</if>> <<timed 1s>> <<if $timeofday == 4 && $sara.coffee == 1>> [[Sara|sara pills][$sara.coffee to 2]] <</if>> <<if $timeofday == 4 && $sara.coffee == 2 || $day == 6 && $timeofday != 5>> [[Watch TV|hypnotv][$timeofday to 5]] <</if>> <<if $timeofday == 4 && $sara.coffee == 2>> [[Rest|rest living room][$timeofday to 5]] <</if>> [[Leave|home]] <</timed>> <<timed 1s>> <<if $timeofday == 4 && $sara.saturation >= 2 && $violet.active == 0 && $thera.start >= 2 && $violet.start == 0>> <br>@@.blink;[[Doorbell|violet visit][$violet.active to 1]]@@ <</if>> <<if $timeofday == 4 && $sara.saturation >= 2 && $amanda.active == 0 && $thera.start >= 4 && $amanda.start == 0 && $violet.start >= 1 && $violet.active == 0>> <br>@@.blink;[[Doorbell|amanda visit][$amanda.active to 1]]@@ <</if>> <<if $timeofday == 4 && $sara.saturation >= 2 && $amanda.active == 0 && $thera.start >= 22 && $amanda.start == 1 && $amanda.bbc == 1 && $violet.start >= 1 && $violet.active == 0>> <br>@@.blink;[[Doorbell|amanda visit][$amanda.active to 1]]@@ <</if>> <<if $timeofday == 4 && $sara.saturation >= 2 && $amanda.active == 0 && $thera.start >= 26 && $amanda.start == 1 && $amanda.bbc == 1 && $violet.start >= 1 && $violet.active == 0>> <br>@@.blink;[[Doorbell|amanda visit][$amanda.active to 1]]@@ <</if>> <<if $timeofday == 4 && $sara.saturation >= 2 && $amanda.active == 0 && $thera.start >= 34 && $amanda.start == 2 && $amanda.bbc >= 1 && $violet.start >= 1 && $violet.active == 0>> <br>@@.blink;[[Doorbell|amanda visit][$amanda.active to 1]]@@ <</if>> <</timed>>
<<script>>Save.slots.save(0, "Autosave - morning shower")<</script>> <<if ndef $mast>><<set $mast to 0>><</if>> <div class="fadein"> <video width="1300" autoplay src="images/home/bathroom.webm"></video> </div> <br> <<if $thera.start >= 62 && $mirror.start >= 1 && $mirror.active == 0>> <<if $mirror.start < 5>> @@.blink;[[Mirror|mirror][$mirror.active to 1]]@@ <<else>> [[Mirror|mirror][$mirror.active to 1]] <</if>> <</if>> <div class="fadein"> <<if $shower == 0 && $thera.start != 17>> [[Shower|shower][$shower to 1]] or <<if $mc.makeupskill > 0>> [[Shower + makeup skip|shower random]] <</if>> <</if>> <<if $shower == 0 && $mc.femi == 7 && $thera.start == 17>> @@.blink;[[What is this?|bathtrans][$shower to 1]]@@ <</if>> [[Leave|home]] <<if $mc.makeup == 0 && $mc.makeupskill > 0>> no makeup today? <</if>> </div>
<style> .flex-container { display: flex; flex-direction: row; } .flex-container > div { width: 50%; margin: 14px; text-align: center; line-height: 26px; font-size: 1.1rem; } </style> <<if $timeofday != 5>> <div class="fadein flex-container"> <div> <video autoplay src="images/out/homeout.webm"></video><br> [[Home|home]] </div> <div> <video autoplay src="images/out/businessout.webm"></video><br> <<if $timeofday == 1 && $day != 6>> [[Business district|bus][$business to 1;]] <</if>> </div> </div> <</if>> <<if $timeofday != 5>> <div class="fadein flex-container"> <div> <video autoplay src="images/out/walkout.webm"></video><br> <<if $timeofday == 4 || $day == 6>> [[Go for a walk|mattwalkstage3][$timeofday += 1]] <<else>> Street.. <</if>> </div> <div> <<if $amber.start >= 1>> <video autoplay src="images/out/shop.webm"></video><br> <<if $timeofday == 4 || $day == 6 || $timeofday == 3 && $thera.start == 139>> [[Shop|amberstore][$timeofday += 1]] <<else>> Closed.. <</if>> <</if>> </div> </div> <</if>> <<if $timeofday != 5 && $day == 6>> <div class="fadein flex-container"> <div> <video autoplay src="images/out/park.webm"></video><br> <<if $timeofday >= 1 && $timeofday <= 3 && $park.active == 0>> [[Park|park][$park.active to 1;$timeofday += 1;]] <</if>> </div> <div> <video autoplay src="images/out/mother.webm"></video><br> <<if $timeofday >= 1 && $timeofday <= 3 && $mother.active == 0>> [[Visiting Mom|mother house][$mother.active to 1]] <</if>> </div> </div> <</if>> <<if $timeofday == 5>> <div> <video width="1300" autoplay src="images/out/latenightout.webm"></video> <br> It's really late...<br> [[Home|home]] </div> <</if>> <br>
<<if $mc.femi <= 7 && $thera.start < 18 && $mc.saturation2 < 6>> <<if not hasVisited("saramattliv2") && $mc.femi < 6 || not hasVisited("saramattliv2") && $mc.femi >= 6 >> <video width="1300" autoplay src="images/home/shower.webm"></video> <br> [[Time to go|bathroom]] <</if>> <<if $mc.femi > 5 && hasVisited("saramattliv2") >> <video width="1300" autoplay loop src="images/home/shower2.webm"></video> <br> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''Why is my dick not working? Uhh..<br> </div> <<timed 1s>> [[Time to go|bathroom]] <</timed>> <</if>> <</if>> <<if $mc.femi >= 7 && $mc.femi < 30 && $thera.start >= 18 && $mc.saturation2 >= 6 && $mc.saturation2 < 30>> <video width="1300" autoplay loop src="images/home/shower4.webm"></video> <br> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''Why is my dick not working? I try not to think about it.. but this is weird..<br> </div> <<if $mast == 0>> [[Masturbation|mast][$mast to 1]] <</if>> <<timed 1s>> [[Time to go|bathroom]] <</timed>> <</if>> <<if $mc.femi >= 30 && $thera.start >= 51 && $mc.saturation2 >= 30 && $mc.saturation2 < 60 && $thera.start < 77>> <<switch random (1,6)>> <<case 5 3>> <video width="1300" autoplay loop src="images/home/shower5.webm"></video> <<case 2 4>> <video width="1300" autoplay loop src="images/home/shower6.webm"></video> <<case 1 6>> <video width="1300" autoplay loop src="images/home/shower7.webm"></video> <</switch>> <br> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''Uhhh..These tits are so sensitive!<br> </div> <<timed 1s>> [[Time to go|bathroom]] <</timed>> <</if>> <<if $mc.femi >= 60 && $mc.femi < 85 && $mc.saturation2 >= 60 && $mc.saturation2 < 90 && $thera.start >= 77 && $thera.start < 129 >> <video width="1300" autoplay loop src="images/home/shower8.webm"></video> <br> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''Ohh..my body is so delicate and sensitive now!<br> </div> <<timed 0.6s>> [[Time to go|bathroom]] <</timed>> <</if>> <<if $mc.femi >= 85 && $mc.saturation2 >= 90 && $thera.start >= 129>> <<switch random(1,3)>> <<case 1>> <video width="1300" autoplay loop src="images/home/shower9.webm"></video> <<case 2>> <video width="1300" autoplay loop src="images/home/shower10.webm"></video> <<case 3>> <video width="1300" autoplay loop src="images/home/shower11.webm"></video> <</switch>> <br> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<= $name>>: ''Mmm, that's really nice..<br> </div> <<timed 0.6s>> [[POV view|showerpov]] or [[Time to go|bathroom]] <</timed>> <</if>>
<style> .bgtext { background-color: blue; color: white; } </style> <video width="1000" autoplay src="images/work/officeout.webm"></video> <br> <<if $timeofday == 4 && $daddy.start == 1>> @@.blink;[[Is that you son??|daddy]]@@ <</if>> <<if $thera.start >= 68 && $reporter == 3>> @@.blink;[[Hey! Wait!!|reporter]]@@ <</if>> <<if $timeofday == 3 && $daddy.start == 4 && $thera.start == 137>> @@.blink;[[Hey! Wait a minute!|daddy][$thera.active to 1;$timeofday to 4;]]@@ <</if>> <<if $thera.active == 1 || $thera.start == 139 && $timeofday == 3>> [[Home|bus][$home to 1]] <</if>> <<if $timeofday == 1 && $day != 6>> [[Office|office]] <<else>> <em>(Office is closed)</em> <</if>> <<if $timeofday == 3 && $thera.active == 0 && not [53,79,130,137,139].includesAny($thera.start)>> [[Therapist's Office|therapist][$thera.active to 1]] <<else>> <em>(Therapist's Office is closed)</em> <</if>> <<if $mother.active == 0 && $thera.start > 115>> <<switch random(1,4)>> <<case 2>> <<if not hasVisited("motherout")>> @@.blink;[[Stop! I don't want this!|motherout][$mother.active to 1]]@@ <<else>> [[Stop! I don't want this!|motherout][$mother.active to 1]] <</if>> <</switch>> <</if>> <<if $timeofday == 3 && $thera.active == 0 && [53,79,130].includesAny($thera.start)>> [[Doctor's office|therapist session part4][$thera.active to 1]] <</if>>
<<if $mc.femi <= 7 && $thera.start < 18 && $mc.saturation2 < 6>> <div class="fadein"> <video width="1300" autoplay loop src="images/bus/bus.webm"></video> </div> <<if $home == 1>> [[Get out|home][$home to 0]] <</if>> <<if $business == 1>> [[Get out|business district][$business to 0]] <</if>> <</if>> <<if $mc.femi >= 7 && $thera.start >= 18 && $mc.saturation2 >= 6 && $mc.saturation2 <= 29>> <video width="1300" autoplay loop src="images/bus/bus2.webm"></video> <br> What is happening to my life? I have no control over this..<br> <<if $home == 1>> [[Get out|home][$home to 0]] <</if>> <<if $business == 1>> [[Get out|business district][$business to 0]] <</if>> <</if>> <<if $mc.femi >= 30 && $thera.start >= 51 && $mc.saturation2 >= 30 && $mc.saturation2 < 60 && $thera.start < 77>> <video width="1300" autoplay loop src="images/bus/bus3.webm"></video> <br> <<if $reporter < 4>> I have real tits..the way they touch my blouse..uhh..this is not normal!<<elseif $reporter >= 4>>Strange things are happening, kidnappings, transformations, what is this all about?!<</if>> <br> <<if $home == 1>> [[Get out|home][$home to 0]] <</if>> <<if $business == 1>> [[Get out|business district][$business to 0]] <</if>> <</if>> <<if $mc.femi >= 60 && $mc.femi < 85 && $mc.saturation2 >= 60 && $mc.saturation2 < 90 && $thera.start >= 77 && $thera.start < 129 >> <<if $wardrobe.outfit == 0>> <video width="1300" autoplay loop src="images/bus/bus4.webm"></video> <<elseif $wardrobe.outfit == 1>> <video width="1300" autoplay loop src="images/bus/bus5.webm"></video> <<elseif $wardrobe.outfit == 3>> <video width="1300" autoplay loop src="images/bus/bus6.webm"></video> <</if>> <br> <<if $mc.makeupskill == 1 && $wardrobe.outfit == 0>> Makeup...it's so weird..hmm <<elseif $mc.makeupskill == 0 && $wardrobe.outfit == 0>> It all happened so fast..I'm a woman now?! <<elseif $wardrobe.outfit == 1 && $mc.makeupskill == 1>> I'm wearing a skirt...uhh..this guy is staring at me... <<elseif $wardrobe.outfit == 3 && $mc.makeupskill == 1>> I'm wearing a skirt...uhh..this guy is staring at me... <<if $mc.sub <= 42>> <<switch random(1,2)>> <<case 1>> [[Sudenly|groping]] <</switch>> <</if>> <</if>> <br> <<if $home == 1>> [[Get out|home][$home to 0]] <</if>> <<if $business == 1>> [[Get out|business district][$business to 0]] <</if>> <</if>> <<if $mc.femi >= 85 && $mc.saturation2 >= 90 && $thera.start >= 129>> <<if $wardrobe.outfit == 0>> <video width="1300" autoplay loop src="images/bus/bus8.webm"></video> <</if>> <br> [[POV view|buspov]] <<if $mc.makeupskill == 1 && $wardrobe.outfit == 0>> This long hair sometimes gets tangled..hmm <<switch random(1,2)>> <<case 1>> [[Sudenly!|groping]] <</switch>> <</if>> <br> <<if $home == 1>> [[Get out|home][$home to 0]] <</if>> <<if $business == 1>> [[Get out|business district][$business to 0]] <</if>> <</if>>
<div class="fadein"> <<if $mc.femi <= 7 && $thera.start < 18 && $mc.saturation2 < 6>> <video width="1000" autoplay src="images/work/mattoffice.webm"></video> <</if>> <<if $mc.femi >= 7 && $mc.femi < 30 && $thera.start >= 18 && $thera.start < 51 && $mc.saturation2 >= 6 && $mc.saturation2 < 30>> <video width="1000" autoplay src="images/work/mattoffice3.webm"></video> <</if>> <<if $mc.femi >= 30 && $thera.start >= 51 && $mc.saturation2 >= 30 && $mc.saturation2 < 60 && $thera.start < 77>> <video width="1000" autoplay src="images/work/mattoffice7.webm"></video> <</if>> <<if $mc.femi >= 60 && $mc.femi < 85 && $mc.saturation2 >= 60 && $mc.saturation2 < 90 && $thera.start >= 77 && $thera.start < 129 >> <<if $wardrobe.outfit == 0>> <video width="1000" autoplay src="images/work/mattoffice9.webm"></video> <<elseif $wardrobe.outfit == 1>> <video width="1000" autoplay src="images/work/mattoffice11.webm"></video> <<elseif $wardrobe.outfit == 3>> <video width="1000" autoplay src="images/work/mattoffice13.webm"></video> <</if>> <</if>> <<if $mc.femi >= 85 && $mc.saturation2 >= 90 && $thera.start >= 129>> <video width="1000" autoplay loop src="images/work/mattoffice15.webm"></video> <</if>> </div> <br> <<if $work == 0>> [[Work|work][$work to 1]] <</if>> <<if $work == 1>> [[Get out|business district]] <</if>>
<<if $mc.femi <= 7 && $thera.start < 18 && $mc.saturation2 < 6>> <div class="fadein"> <video width="1000" autoplay src="images/work/mattoffice2.webm"></video> </div> <</if>> <<if $mc.femi >= 7 && $thera.start >= 18 && $thera.start < 51 && $mc.saturation2 >= 6 && $mc.saturation2 <= 29>> <div class="fadein"> <video width="1000" autoplay src="images/work/mattoffice4.webm"></video> </div> <</if>> <<if $mc.femi >= 30 && $thera.start >= 51 && $mc.saturation2 >= 30 && $mc.saturation2 < 60 && $thera.start < 76>> <div class="fadein"> <video width="1000" autoplay src="images/work/mattoffice8.webm"></video> </div> <</if>> <<if $mc.femi >= 60 && $mc.femi < 85 && $mc.saturation2 >= 60 && $mc.saturation2 < 90 && $thera.start >= 77 && $thera.start < 129 >> <div class="fadein"> <<if $wardrobe.outfit == 0>> <video width="1000" autoplay src="images/work/mattoffice10.webm"></video> <<elseif $wardrobe.outfit == 1>> <video width="1000" autoplay src="images/work/mattoffice12.webm"></video> <<elseif $wardrobe.outfit == 3>> <video width="1000" autoplay loop src="images/work/mattoffice14.webm"></video> <</if>> </div> <</if>> <<if $mc.femi >= 85 && $mc.saturation2 >= 90 && $thera.start >= 129>> <video width="1000" autoplay loop src="images/work/mattoffice16.webm"></video> <</if>> <br> <<if $thera.start >= 146 && $clientmail.active == 0>> [[Get prepared|newclientintro]] <<else>> <<if $clientmail.active == 0>> <<if $clientmail.score > 0>> [[Reply to customer emails|clientmail]] <<else>> [[Reply to customer emails|clientmail bad end]] <</if>> <</if>> <</if>> <!-- OLD EVENTS STAGE 1-2 --> <<if $mc.femi < 30 && $thera.start < 51 && $mc.saturation2 < 30>> <<include "work level 1-2">> <</if>> <!-- EVENTS STAGE 3 --> <<if $mc.femi >= 30 && $thera.start >= 51 && $mc.saturation2 >= 30 && $mc.saturation2 < 60 && $thera.start < 77>> <<if $michelle.active == 0>> <<if not hasVisited("michelle stage 3")>> @@.blink;[[Michelle|michelle stage 3][$michelle.active to 1]]@@ <</if>> <</if>> <<if $boss.active == 0 && $boss.start < 3>> <<if not hasVisited("boss stage 3")>> @@.blink;[[Boss|boss stage 3][$boss.active to 1]]@@ <</if>> <</if>> <<if $boss.active == 0 && $boss.start >= 3 && $boss.start < 7>> @@.blink;[[Boss|boss stage 3][$boss.active to 1]]@@ <</if>> <<if $boss.active == 0 && $boss.start == 7>> [[Boss|boss stage 3][$boss.active to 1]] <</if>> <<if $brad.active == 0>> <<if $brad.start < 3>> @@.blink;[[Brad|bradmatt][$brad.active to 1]]@@ <<elseif $brad.start == 3>> [[Brad|bradmatt][$brad.active to 1]] <</if>> <</if>> <<if not [59,60,72,73,74].includesAny($thera["start"]) && $sara.saturation >= 10 && $sara.visitmatt == 0>> [[Sarah is here|sara visit work][$sara.visitmatt to 1]] <</if>> <<if $thera.start >=59 && $apart.landlord == 3>> @@.blink;[[Meanwhile at your wife's|landlord]]@@ <</if>> <<if $thera.start >=72 && $apart.landlord == 4>> @@.blink;[[Meanwhile at your wife's|landlord]]@@ <</if>> <<if $thera.start >=74 && $apart.landlord == 5>> @@.blink;[[Meanwhile at your wife's|landlord]]@@ <</if>> <</if>> <!-- EVENTS STAGE 4 --> <<if $mc.femi >= 60 && $mc.saturation2 >= 60 && $thera.start >= 77>> <<if $michelle.active == 0>> <<if not hasVisited("michelle stage 4")>> @@.blink;[[Michelle|michelle stage 4][$michelle.active to 1]]@@ <</if>> <</if>> <<if $michelle.active == 0 && $michelle.start == 100 && $thera.start >= 82>> @@.blink;[[Michelle|michelle stage 4][$michelle.active to 1]]@@ <</if>> <<if $boss.active == 0 && $boss.start >= 8 && $thera.start >= 81 >> <<if $boss.start == 8>> @@.blink;[[Boss|boss stage 4][$boss.active to 1]]@@ <<elseif $boss.start == 9 && $mc.makeupskill == 0>> [[Boss|boss stage 4][$boss.active to 1]] <<elseif $boss.start == 9 && $mc.makeupskill == 1>> @@.blink;[[Boss|boss stage 4][$boss.active to 1]]@@ <<elseif $boss.start == 12 && $mc.makeupskill == 1>> @@.blink;[[Meeting with the boss|boss stage 4][$boss.active to 1]]@@ <<elseif $boss.start == 13 && $michelle.start == 101 && $mc.makeupskill == 1>> @@.blink;[[Hey Boss, look!|boss stage 4][$boss.active to 1]]@@ <<elseif $boss.start == 15 && $mc.makeupskill == 1>> [[Boss|boss stage 4][$boss.active to 1]] <</if>> <</if>> <<if $brad.active == 0 && $thera.start >= 83>> <<if $brad.start < 4>> @@.blink;[[Brad|bradmatt][$brad.active to 1]]@@ <<elseif $brad.start == 4>> [[Brad|bradmatt][$brad.active to 1]] <<elseif $brad.start == 5 && $wardrobe.outfit == 1>> @@.blink;[[Hmm new skirt?|bradmatt][$brad.active to 1]]@@ <<elseif $brad.start == 6 && $wardrobe["outfit"] == 3>> [[Brad's thoughts|bradmatt][$brad.active to 1]] <<elseif $brad.start == 7>> [[Brad|bradmatt][$brad.active to 1]] <</if>> <</if>> <<if $michelle.start == 103 && $michelle.brad == 0>> @@.blink;[[Hey Brad!|michelle stage 4]]@@ <</if>> <<if $michelle.start >= 103 && $michelle.brad == 2 && $brad.active == 0>> <<if $wardrobe["outfit"] == 3>> [[Hmm not bad|michelle stage 4][$brad.active to 1]] <<else>> [[Hehe stop it!|michelle stage 4][$brad.active to 1]] <</if>> <</if>> <<if $daddy.start == 3>> <<if $wardrobe["outfit"] == 1 && $mc.makeup == 1>> @@.blink;[[Excuse me!|daddy]]@@ <<else>> <br>@@.blink;Wear a skirt+makeup to work to unlock this event!@@ <</if>> <</if>> <<if $clientmail.active == 0 && $skill < 5>> <<if not hasVisited("client visit")>> <<if ndef $johnicon>><<set $johnicon to "images/profiles/johnicon.png">><</if>> <<if $wardrobe["outfit"] == 1 && $mc.makeup == 1>> @@.blink;[[Excuse me!|client visit][$clientmail.active to 1]]@@ <<else>> <br>@@.blink;Wear a skirt+makeup to work to unlock this event!@@ <</if>> <<else>> <<switch random (1,3)>> <<case 2>> <<if $wardrobe["outfit"] == 1 && $mc.makeup == 1>> [[Hello again!|client visit][$clientmail.active to 1]] <</if>> <</switch>> <</if>> <</if>> <<if $skill >= 5 && $clientmail.active == 0 && $boss.start < 16>> @@.blink;[[Hello again!|client visit][$clientmail.active to 1]]@@ <</if>> <<if $skill >= 8 && $clientmail.active == 0 && $boss.start == 16>> @@.blink;[[Please come to me!|boss stage 4][$clientmail.active to 1]]@@ <</if>> <</if>> <<if $clientmail.active == 1>> [[It's finally over!|office][$timeofday to 3;$money += 120]] <</if>>
<<if $mc.femi >= 7 && $mc.femi < 30 && $mc.saturation2 >= 6 && $mc.saturation2 <= 29>> <video width="1300" autoplay loop src="images/thera/therapistout2.webm"></video> <<elseif $mc.femi >= 30 && $thera.start >= 52 && $mc.saturation2 >= 30 && $mc.saturation2 < 60 && $thera.start < 77>> <video width="1300" autoplay loop src="images/thera/therapistout3.webm"></video> <<elseif $mc.femi >= 60 && $mc.femi < 85 && $mc.saturation2 >= 60 && $mc.saturation2 < 90 && $thera.start >= 77 && $thera.start < 129 >> <<if $wardrobe.outfit == 0>> <video width="1300" autoplay loop src="images/thera/therapistout4.webm"></video> <<elseif $wardrobe.outfit == 1>> <video width="1300" autoplay loop src="images/thera/therapistout5.webm"></video> <<elseif $wardrobe.outfit == 3>> <video width="1300" autoplay loop src="images/thera/therapistout6.webm"></video> <</if>> <<elseif $mc.femi >= 85 && $mc.saturation2 >= 90 && $thera.start >= 129>> <video width="1300" autoplay loop src="images/thera/therapistout7.webm"></video> <<else>> <video width="1300" autoplay loop src="images/thera/therapistout.webm"></video> <</if>> <br> <<if $thera.start >= 18 && not hasVisited("reporter")>> @@.blink;[[Excuse me!|reporter]]@@ <</if>> <<if $thera.start >= 28 && $reporter == 1>> @@.blink;[[Hey! Stop!|reporter]]@@ <</if>> <<if $thera.start < 6>> [[Enter|therapist session][$timeofday to 4]] <<elseif $thera.start >= 6 && $thera.start <= 38>> [[Enter|therapist session part2][$timeofday to 4]] <<elseif $thera.start >= 39 && $thera.start <= 51>> [[Enter|bragame intro][$timeofday to 4]] <<elseif $thera.start >= 52 && $thera.start < 55>> [[Enter|therapist session part3][$timeofday to 4]] <<elseif $thera.start >= 55 && $thera.start <= 72>> [[Enter|pantsgame intro][$timeofday to 4]] <<elseif $thera.start >= 73 && $thera.start < 77>> [[Enter|therapist session part3][$timeofday to 4]] <<elseif $thera.start >= 78 && $thera.start < 144>> [[Enter|therapist session part4][$timeofday to 4]] <<elseif $thera.start >= 144>> [[Enter|therapist session part5][$timeofday to 4]] <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $thera.start == 1>> <video width="1300" autoplay src="images/thera/thera4.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Hello again <<= $name>>, did you give the pills to your wife?<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I did it..but I wanted to ask..those pills..<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Hmm? Sorry <<= $name>>, no offense but I'm the specialist here so you should follow my recommendations.<br> </div> <</timed>> <<timed 5s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ah yes..of course..I..I'm sorry, I'm a little confused uhh<br> </div> <</timed>> <<timed 6s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Never mind so..[[Tell me|therapist session2]] </div> <</timed>> <</if>> <<if $thera.start == 2>> <video width="1300" autoplay src="images/thera/thera5.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Oh Doctor, I still don't see any improvement!<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Relax <<= $name>> this process takes some time the most important thing is that you are here and want to help.<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I really want this Doctor!<br> </div> <</timed>> <<timed 5s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''It's helpful and [[remember|therapist session2]] </div> <</timed>> <</if>> <<if $thera.start == 3>> <video width="1300" autoplay src="images/thera/thera7.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Mmm dear <<= $name>>, how do you feel?<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I'm still worried about my wife..<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Don't worry.. she'll be fine..I'm sure and what about you? You want to fuck [[someone?|therapist session2]] <br> </div> <</timed>> <</if>> <<if $thera.start == 4>> <video width="1300" autoplay src="images/thera/thera9.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Yes <<= $name>>, so you went back to your favorite therapist hehe<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ohh Is this part of the therapy? [[I don't know..|therapist session2]]<br> </div> <</timed>> <</if>> <<if $thera.start == 5>> <video width="1300" autoplay src="images/thera/thera11.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ughh To be honest I don't want to come here anymore.<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Hmm oh really <<= $name>>? What are you so afraid of? Your destiny?<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I just don't know what exactly we're doing [[here|therapist session2]] <br> </div> <</timed>> <</if>>
<<timepass>> <<if $apart["start"] == 1 && $apart["rented"] == 1 && $apart["count"] > 0>> <<set $apart["count"] -= 1>> <</if>> <<if $apart["count"] == 0>><<set $apart["rented"] to 0>><</if>> <<if $apart["count"] == 0 && $apart["endcount"] < 3>> <<set $apart["endcount"] += 1>> <</if>> <<if $apart["endcount"] == 3 && $apart.landlord == 0>> <<set $apart.landlord to 1>> <<set $landlordicon to "images/profiles/landlordicon.png">> <</if>> <<if $housework.start == 2>><<set $housework.start to 3>><<set $housework.full to 1>><</if>> <<if $day != 6 && $housework.living == 1 && $housework.dishes == 1 && $housework.garbage == 1>> <<set $housework.full to 1>> <</if>> <<if $housework.start >= 3 && $day == 6 && $housework.living == 1 && $housework.dishes == 1 && $housework.garbage == 1 && $housework.full == 1>> <<set $housework.full to 0>> <<set $housework.living to 0>> <<set $housework.dishes to 0>> <<set $housework.garbage to 0>> <<elseif $housework.start >= 3 && $day == 6 && $housework.full == 0>> <<set $housework.full to 100>> <</if>> <<if $amir == 4>><<set $amir to 5>><<set $amirtrans to 2>><<set $amiricon to "images/profiles/amir2.png">><</if>> <<if $amir >= 6 && $amir <= 8>><<set $amir += 1>><</if>> <<if $violet.start == 103>><<set $violet.start to 104>><</if>> <<if $michelle.start == 102>><<set $michelle.start to 103>><</if>> <<if $michelle.brad == 1>><<set $michelle.brad to 2>><</if>> <<if $thera.start == 136>><<set $thera.start to 137>><</if>> <<if def $skill_act>><<set $skill_act to 0>><</if>> <<if $boss.start >= 13 && $michelle.start >= 101 && $michelleicon == "images/profiles/michelleicon.png">> <<set $michelleicon to "images/profiles/michelleicon2.png">> <</if>> <<if $mc.femi <= 7 && $thera.start < 18 && $mc.saturation2 < 6>> <<if $sara.saturation >= 4>> <video width="1300" autoplay loop src="images/home/sleep3.webm"></video> <br> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Mmm I'm so horny <<print $name>>! </div> <br> <<else>> <video width="1300" autoplay src="images/home/sleep.webm"></video> <br> <</if>> <</if>> <<if $mc.femi >= 7 && $thera.start >= 18 && $thera.start <= 50 && $mc.saturation2 >= 6 && $mc.saturation2 <= 29>> <<switch random(1,3)>> <<case 1 3>> <video width="1300" autoplay src="images/home/sleep2.webm"></video> <br> <<case 2>> <video width="1300" autoplay loop src="images/home/sleep4.webm"></video> <br> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Mmm uhhh I'm so horny <<print $name>>! </div> <</switch>> <br> <</if>> <<if $mc.femi >= 7 && $thera.start == 51 && $mc.saturation2 == 29>> <video width="1300" autoplay src="images/home/trans2.webm"></video> <br> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''What's going on honey, are you feeling unwell?<br> </div> <br> <</if>> <<if $mc.femi >= 30 && $thera.start >= 52 && $mc.saturation2 >= 30 && $mc.saturation2 < 60 && $thera.start < 77>> <<if $sara.saturation < 10>> <video width="1300" autoplay src="images/home/sleep5.webm"></video> <<elseif $sara.saturation >= 10>> <video width="1300" autoplay loop src="images/home/sleep8.webm"></video> <</if>> <br> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Mmm hehe my old jammie but..fit you very well honey.<br> </div> <br> <</if>> <<if $mc.femi >= 60 && $mc.femi < 85 && $mc.saturation2 >= 60 && $mc.saturation2 < 90 && $thera.start >= 77 && $thera.start < 129 >> <video width="1300" autoplay src="images/home/sleep10.webm"></video> <br> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Oh You look sweet, honey!<br> </div> <</if>> <<if $mc.femi >= 85 && $mc.saturation2 >= 90 && $thera.start >= 129>> <video width="1300" autoplay src="images/home/sleep11.webm"></video> <br> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''All right, let's go to bed..<br> </div> <</if>> [[Dream|dream][ $shower to 0; $sara.coffee to 0; $work to 0; $thera.active to 0; $violet.active to 0; $amanda.active to 0; $michelle.active to 0; $park.active to 0; $mother.active to 0; $park.saradate to 0; $sara.visitmatt to 0; $brad.active to 0; $mast to 0; $clientmail.active to 0; $boss.active to 0; $newbra.active to 0; $mirror.active to 0; $mc.makeup to 0; $mc.jog to 0; $landlordrandom to 0; $daddy.active to 0; ]]
<<if $mc.femi < 30 && $mc.saturation2 < 30>> <<if $mc.femi == 0 && $mc.saturation2 < 6 && $thera.start < 37>> <video width="1300" autoplay loop src="images/home/dream.webm"></video> <<elseif $mc.femi > 0 && $mc.saturation2 < 6 && $thera.start < 37>> <video width="1300" autoplay loop src="images/home/dream2.webm"></video> <<elseif $mc.femi >= 7 && $mc.saturation2 >= 6 && $thera.start < 37>> <video width="1300" autoplay loop src="images/home/dream3.webm"></video> <<elseif $mc.femi >= 7 && $mc.saturation2 >= 6 && $mc.saturation2 <= 28 && $thera.start >= 37 && $thera.start <= 50>> <video width="1300" autoplay loop src="images/home/dream4.webm"></video> <<elseif $mc.saturation2 == 29 && $thera.start == 51>> <video width="1300" autoplay loop src="images/home/trans3.webm"></video> <</if>> <br> <<if $mc.femi >= 0 && $mc.saturation2 < 6>> [[Wake up|bedroom]] <</if>> <<if $mc.femi >= 7 && $mc.saturation2 >= 6 && $mc.saturation2 <= 28>> [[Wake up|dream2]] <</if>> <<if $mc.femi >= 7 && $mc.saturation2 == 29>> [[Try to sleep|therapist session part2]] <</if>> <</if>> <!-- OLD SLEEP STAGE 1-2 ABOVE --> <<if $mc.femi >= 30 && $mc.saturation2 >= 30 && $mc.saturation2 < 60 && $thera.start < 77>> <<if $sara.saturation < 10>> <video width="1300" autoplay src="images/home/sleep6.webm"></video> <<elseif $sara.saturation >= 10>> <video width="1300" autoplay loop src="images/home/sleep7.webm"></video> <</if>> <br> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Sweet dreams, my love! <<if $thera.start < 76>> [[Close your eyes|dream2]] <<elseif $thera.start == 76>> [[Close your eyes|dream2][$mc.mind -= 1;$mc.femi += 30;$mc.heels += 5;$mc.lust to 17;$mc.sub to 30;$mc.saturation += 5;$mc.saturation2 += 30;$mirror.start to 6;$mc.mood to 50;]] <</if>> </div> <</if>> <!-- OLD SLEEP STAGE 3 ABOVE --> <<if $mc.femi >= 60 && $mc.saturation2 >= 60 && $mc.saturation2 < 90 && $thera.start >= 77 && $thera.start < 129 >> <video width="1300" autoplay loop src="images/home/sleep9.webm"></video> <br> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Sweet dreams, my love! [[Close your eyes|dream2]] </div> <</if>> <!-- OLD SLEEP STAGE 4 ABOVE --> <<if $mc.femi >= 85 && $mc.saturation2 >= 90 && $thera.start >= 129>> <video width="1300" autoplay loop src="images/home/sleep12.webm"></video> <br> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Uhh Sweet dreams [[Close your eyes|dream2]] </div> <</if>>
<<if $sara.saturation < 5>> <<set $sara.saturation +=1>> <<set $sara.sub +=1>> <<set $sara.mood +=1>> <</if>> <<if $sara.lust < 3>> <<set $sara.lust += 1>> <</if>> <<if $sara.mind > 99>> <<set $sara.mind -= 1>> <</if>> <div class="fadein"> <video width="1300" autoplay loop src="images/home/pill.webm"></video> </div> <br> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''Here you go, honey, I've prepared it especially for you..<br> </div> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Oh thank you, you're so sweet honey!<br> <<if $sara.saturation == 4>> <br>@@.blink;<em>(Sarah's status has changed, check the 'Characters' button and laptop)</em>@@<</if>> </div> [[Leave|living room]]
<div class="fadein"> <<if $thera.start < 129>> <video width="1300" autoplay src="images/home/kitchen.webm"></video> <<elseif $thera.start >= 129>> <video width="1300" autoplay src="images/home/kitchen2.webm"></video> <</if>> </div> <br> <<if $timeofday == 4 && $sara.coffee == 0 && $thera.start < 6 && $sara.saturation < 5>> [[Dissolve the pill|coffee][$sara.coffee to 1]] <</if>> <<if $housework.start >= 3 && $housework.dishes == 0 && $day != 6 && $timeofday == 4 && $timeofday != 5>> @@.blink;[[Wash the dishes|dishes][$housework.dishes to 1]]@@ <</if>> [[Leave|home]]
<div class="fadein"> <video width="1300" autoplay src="images/home/coffee.webm"></video> </div> <br> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''That should be enough..hmm it's for your own good, my love.<br> @@.blink;<em>(Sara waits in the living room)</em>@@ </div> <<timed 1s>> [[Take a closer look|pillszoom]] [[Take a cup|kitchen]] <</timed>>
<video width="1300" autoplay src="images/home/pillszoom.webm"></video> <br> [[Hmm..|coffee]]
<<if $sara.saturation < 3>> <video width="1300" autoplay loop src="images/home/tvhome.webm"></video> <<elseif $sara.saturation >= 3>> <<switch random(1,2)>> <<case 1>> <video width="1300" autoplay loop src="images/home/tvhome5.webm"></video> <<case 2>> <video width="1300" autoplay loop src="images/home/tvhome4.webm"></video> <</switch>> <</if>> [[Really boring|living room]]
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $thera.start == 1>> <video width="1300" autoplay src="images/thera/thera6.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''How she reacted?<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I didn't notice any changes.<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Hmm okay..Keep supplementing, that's all for today.<br> </div> <</timed>> <<timed 5s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''Thank you for your help. [[Leave|business district][$thera.start to 2;$money -= 100;$mc.sub +=1;]] @@.blink;<em>(Prepare pills in the kitchen)</em>@@ </div> <</timed>> <</if>> <<if $thera.start == 2>> <video width="1300" autoplay src="images/thera/thera6.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''I am here for you and I fully support you.<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''I feel better already. [[Leave|business district][$thera.start to 3;$money -= 100;]] @@.blink;<em>(Prepare pills in the kitchen)</em>@@ </div> <</timed>> <</if>> <<if $thera.start == 3>> <video width="1300" autoplay src="images/thera/thera8.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Oh Doctor this is inappropriate!<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''I bet your dick is hard and [[ready!|therapist session3]] <br> </div> <</timed>> <</if>> <<if $thera.start == 4>> <video width="1300" autoplay src="images/thera/thera10.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Mmm I'll suck your cock like this finger..<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''What's going on?! I better get going uhh..<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Hehe You can go but your therapy isn't over [[yet|business district][$thera.start to 5;$money -= 100;]] @@.blink;<em>(Prepare pills in the kitchen)</em>@@<br> </div> <</timed>> <</if>> <<if $thera.start == 5>> <video width="1300" autoplay src="images/thera/thera12.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Hehe What would you like to do? Do you want to fuck me?<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ahhh This is too much for me! I will find another doctor and...<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''MYou've got to be kidding! You won't get out of here that easily!<br> </div> <</timed>> <<timed 5s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''That's exactly what I'm going to do! [[Bye!|therapist session3]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $thera.start == 3>> <video width="1300" autoplay src="images/thera/thera9.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Uhh? What? No..No!<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Alright... that's all for today.. [[You can go|business district][$thera.start to 4]] @@.blink;<em>(Prepare pills in the kitchen)</em>@@<br> </div> <</timed>> <</if>> <<if $thera.start == 5>> <video width="1300" autoplay loop src="images/thera/thera13.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''I spent so much time on you and now you're leaving me?! You leave me no choice!<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: '' SECURITY! HELP! PATIENT IS ASSAULTING ME!<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''That's not true! I just want to [[leave!|police]]<br> </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video width="1300" autoplay src="images/police/policetime.webm"></video> <br> <<timed 2s>> <div class="fadein"> [[Next|police2]] </div> <</timed>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video width="1300" autoplay src="images/police/prison.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''Fuck..I didn't do anything wrong! I just want to help my wife..Why is this happening to me?!<br> </div> <</timed>> <<timed 4s>> <div class="fadein"> [[Someone opens the door|police3]] </div> <</timed>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video width="1300" autoplay src="images/police/prison2.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Thank you for your help Captain, I can handle it from here!<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Okay <<= $name>>I spoke with the judge and.. it looks like there will be no charges against you. <br> </div> <</timed>> <<timed 5s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Charges? You dragged me into this! I did nothing!<br> </div> <</timed>> <<timed 7s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Listen [[carefully|police4]] <br> </div> <</timed>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video width="1300" autoplay loop src="images/police/prison3.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''I know everyone here and the Captain loves me very much so!<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''you are under my care and you follow my orders or you go back to prison really fucking fast, understood?!<br> </div> <</timed>> <<timed 5s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''....<br> </div> <</timed>> <<timed 7s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Guard!<br> </div> <</timed>> <<timed 8s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''Okay, okay, I understood!<br> </div> <</timed>> <<timed 9s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Say it again!<br> </div> <</timed>> <<timed 10s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''I understood!<br> </div> <</timed>> <<timed 11s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Now go back to your nice wife and I'll see you at the next visit! [[Go!|business district][$thera.start to 6;$mc.sub +=10;$sara.saturation to 5;]]<br> </div> <</timed>>
<<if $mc.femi < 30 && $thera.start < 52 && $mc.saturation2 < 30>> <video width="1300" autoplay loop src="images/home/rest.webm"></video> <br> [[It was a hard day|living room]] <</if>> <<if $mc.femi >= 30 && $thera.start >= 52 && $mc.saturation2 >= 30 && $mc.saturation2 < 60 && $thera.start < 77>> <video width="1300" autoplay loop src="images/home/rest2.webm"></video> <br> <<if $boss.start > 3 && $brad.start == 0>> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Umm yes boss..mmm kiss me again..mmm<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ahh..[[This is crazy|living room4]] </div> <</timed>> <<elseif $boss.start < 3 && $brad.start > 0>> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Umm yes Brad..mmm touch me more..mmm<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ahh..[[This is crazy|living room4]] </div> <</timed>> <<elseif $boss.start > 3 && $brad.start > 0>> <<switch random(1,2)>> <<case 1>> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Umm yes boss..mmm kiss me again..mmm<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ahh..[[This is crazy|living room4]] </div> <</timed>> <<case 2>> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Umm yes Brad..mmm touch me more..mmm<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ahh..[[This is crazy|living room4]] </div> <</timed>> <</switch>> <<else>> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Umm yes Sara..mmm kiss me honey..mmm<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ahh..[[This is crazy|living room4]] </div> <</timed>> <</if>> <</if>> <<if $mc.femi >= 60 && $mc.femi < 85 && $mc.saturation2 >= 60 && $mc.saturation2 < 90 && $thera.start >= 77 && $thera.start < 129 >> <video width="1300" autoplay loop src="images/home/rest3.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Uhh I have a swollen, wet pussy..<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Mmmm..[[This is crazy..really|living room6]] </div> <</timed>> <</if>> <<if $mc.femi >= 85 && $mc.saturation2 >= 90 && $thera.start >= 129>> <video width="1300" autoplay loop src="images/home/rest4.webm"></video> <br> <<timed 1s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Long curly hair..<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Mmmm..[[it's interesting|living room6]] </div> <</timed>> <</if>>
<br> <<if $day == 6 && not hasVisited("mother house", "park")>> <br><em>@@.blink;New events outside!@@</em><br> <</if>> <<if $apart.landlord == 1>> @@.blink;[[Landlord|landlord]]@@<br> <</if>> <<if $amir == 2 && $amirtrans == 1 && $thera.start >= 39 && $timeofday == 4>> @@.blink;[[Amir is calling|amir stage3][$amir to 3]]@@<br> <</if>> <<if $amir == 5 && $amirtrans == 2 && $timeofday == 4>> @@.blink;[[Visit Amir|amir stage3][$amir to 6;$amirtrans to 3;]]@@<br> <</if>> <<if $amir == 9>> <br><em>@@.blink;Amira instagram update! (Bedroom/laptop)@@</em><br> <</if>> <<if not hasVisited("new bra") && $mc.femi >= 30 && $thera.start >= 52 && $mc.saturation2 >= 30 && $timeofday > 3>> <br><em>@@.blink;New bedroom event!@@</em><br> <</if>> <<if $amir == 11>> <br><em>@@.blink;Amira instagram update! (Bedroom/laptop)@@</em><br> <</if>> <<if $amanda.start == 4>> <br><em>@@.blink;Amanda instagram update! (Bedroom/laptop)@@</em><br> <</if>> <<if $amanda.start == 6>> <br><em>@@.blink;Amanda instagram update! (Bedroom/laptop)@@</em><br> <</if>> <<if $violet.start == 102>> <br><em>@@.blink;Violet instagram update! (Bedroom/laptop)@@</em><br> <</if>> <<if $violet.start == 104>> <br><em>@@.blink;Violet instagram update! (Bedroom/laptop)@@</em><br> <</if>> <<if $amir == 13>> <br><em>@@.blink;Amira instagram update! (Bedroom/laptop)@@</em><br> <</if>> <<if $amanda.start == 8>> <br><em>@@.blink;Amanda instagram update! (Bedroom/laptop)@@</em><br> <</if>> <<if $thera.start == 77>> <br><em>@@.blink;your wife wants to talk to you in the living room@@</em><br> <</if>> <<if $boss.start == 10>> <br><em>@@.blink;Meeting with the sisters in the living room@@</em><br> <</if>> <<if $violet.start == 106>> <br><em>@@.blink;Guests in the living room?@@</em><br> <</if>> <<if $thera.start > 105 && $wardrobe["outfit2"] == 0>> <br><em>@@.blink;Meeting with the sisters in the living room@@</em><br> <</if>> <<if $thera.start == 112>> <br><em>@@.blink;Your wife wants to talk to you in the living room@@</em><br> <</if>> <<if $violet.start == 109>> <br><em>@@.blink;Violet instagram update! (Bedroom/laptop)@@</em><br> <</if>> <<if $thera.start == 115>> <br><em>@@.blink;Talk to your wife (living room).@@</em><br> <</if>> <<if $thera.start == 124 && $wardrobe["outfit3"] == 0>> <br>@@.blink;(Go to the shop!)@@ <</if>> <<if $thera.start == 125>> <br><em>@@.blink;Unexpected visit (living room).@@</em><br> <</if>> <<if $thera.start == 129>> <br><em>@@.blink;Your wife wants to talk to you in the bedroom@@</em><br> <</if>> <<if $violet.start == 111>> <br><em>@@.blink;Violet instagram update! (Bedroom/laptop)@@</em><br> <</if>> <<if $amanda.start == 12>> <br><em>@@.blink;Amanda instagram update! (Bedroom/laptop)@@</em><br> <</if>> <<if $thera.start == 137 && $daddy.start == 101 >> <br><em>@@.blink;Wait for Dad in the living room@@</em><br> <</if>> <<if $apart["start"] == 1 && $apart["count"] == 0 && $apart["endcount"] < 3>> <br><em>@@.blink;Pay the rent! (check the laptop)@@</em><br> <</if>> <<if $housework.start >= 3 && $housework.garbage == 0 && $day != 6 && $timeofday == 4 && $timeofday != 5>> <br>@@.blink;[[Take out the trash|garbage][$housework.garbage to 1]]@@ <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $violet.start == 0>> <video width="1300" autoplay src="images/sis/violet1.webm"></video> <br> <<timed 2s>> <div class="icon iconviolet fadein"> [img[$violeticon]] ''Violet: ''Hey brother, what's up?<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I'm doing fine.. I guess..<br> </div> <</timed>> <<timed 6s>> <div class="icon iconviolet fadein"> [img[$violeticon]] ''Violet: ''Listen... I have a [[question|violet visit2]] </div> <</timed>> <</if>> <<if $violet.start == 1>> <video width="1300" autoplay src="images/sis/violet4.webm"></video> <br> <<timed 2s>> <div class="icon iconviolet fadein"> [img[$violeticon]] ''Violet: ''Hey brother! Can you lend me some money? <br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Again? You haven't given me back that 100 bucks yet.<br> </div> <</timed>> <<timed 4s>> <div class="icon iconviolet fadein"> [img[$violeticon]] ''Violet: ''Don't be such a jerk.. I want to buy my [[own car|violet visit2]] </div> <</timed>> <</if>> <<if $violet.start == 2>> <video width="1300" autoplay src="images/sis/violetnewcar.webm"></video> <br> <<timed 2s>> <div class="icon iconviolet fadein"> [img[$violeticon]] ''Violet: ''Hey brother! Look!! My super new car!!!!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Well..He looks a bit old..<br> </div> <</timed>> <<timed 4s>> <div class="icon iconviolet fadein"> [img[$violeticon]] ''Violet: ''Oh come on! It may not be very impressive, but it's mine! Thank you for the loan by the way.<br> </div> <</timed>> <<timed 5s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hehe okay, okay, looks good for now.<br> </div> <</timed>> <<timed 6s>> @@.blink;[[SUDDENLY!!!|violet visit2]]@@ <</timed>> <</if>> <<if $violet.start == 100>> <video width="1300" autoplay src="images/sis/violetnewboy.webm"></video> <br> <<timed 2s>> <div class="icon iconviolet fadein"> [img[$violeticon]] ''Violet: ''Hey brother! Look!! <br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Wow! Hey! You look completely different!<br> </div> <</timed>> <<timed 4s>> <div class="icon iconviolet fadein"> [img[$violeticon]] ''Violet: ''Hmm yes..I have changed.<br> </div> <</timed>> <<timed 5s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Yeah for sure..Who did you come with?<br> </div> <</timed>> <<timed 6s>> <div class="icon iconviolet fadein"> [img[$violeticon]] ''Violet: ''This is my.. friend [[Aaron|violet visit2]] </div> <</timed>> <</if>> <<if $violet.start == 4>> <video width="1300" autoplay src="images/sis/violetnewboy.webm"></video> <br> <<timed 2s>> <div class="icon iconviolet fadein"> [img[$violeticon]] ''Violet: ''Hey brother! Look!! <br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Wow! Hey! You look completely different! What about your car?<br> </div> <</timed>> <<timed 4s>> <div class="icon iconviolet fadein"> [img[$violeticon]] ''Violet: ''Hmm yes..I have changed. My new friend helped me solve my car problem hehe<br> </div> <</timed>> <<timed 5s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Yeah for sure..problem solved<br> </div> <</timed>> <<timed 6s>> <div class="icon iconviolet fadein"> [img[$violeticon]] ''Violet: ''Heh..yeah my friend [[Aaron|violet visit2]] </div> <</timed>> <</if>> <<if $violet.start == 107>> <video width="1300" autoplay loop src="images/sis/violet8.webm"></video> <br> <<timed 2s>> <div class="icon iconviolet fadein"> [img[$violeticon]] ''Violet: ''Hey everyone mmm <<print $name>> You look very intriguing, right, Aaron?<br> </div> <</timed>> <<timed 3s>> <div class="icon iconman fadein"> [img[$aaronicon]] ''Aaron: ''Hmm not bad..<br> </div> <</timed>> <<timed 4s>> <div class="icon iconviolet fadein"> [img[$violeticon]] ''Violet: ''and Sara heh you know, I could have sworn I saw you with some guy recently..<br> </div> <</timed>> <<timed 5s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Huh? N..no hmm no! this must be a mistake..obviously<br> </div> <</timed>> <<timed 6s>> <div class="icon iconman fadein"> [img[$aaronicon]] ''Aaron: ''yeah..okay, this is really boring so.. we have to go do our [[stuff now|violet visit2]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video width="1300" autoplay src="images/home/laptop.webm"></video> <br> <<if $apart["rented"] == 1>> <br>Apartment rent $1,275/month <br>Rented for <<= $apart.count>> days.<br> <<elseif $apart["start"] == 1 && $apart["count"] == 0 && $apart["rented"] == 0 && $money >= 1275 && $apart["endcount"] < 3>> <br>[[Pay the rent - $1275|laptop][$money -=1275;$apart["rented"] to 1;$apart["count"] to 30;$apart["endcount"] to 0;]] <<elseif $apart["start"] == 1 && $apart["count"] == 0 && $apart["rented"] == 0 && $money < 1275 && $apart["endcount"] < 3>> Apartment $1,275/month <br>You have no money.<br> <<elseif $money < 1275>> Apartment $1,275/month <br>You have no money.<br> <</if>> <<if $sara.saturation >= 4>> [[Instagram|sara instagram]] <</if>> [[Log out|bedroom]]
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $amanda.start == 0>> <video width="1300" autoplay src="images/sis/amanda1.webm"></video> <br> <<timed 2s>> <div class="icon iconamanda fadein"> [img[$amaicon]] ''Amanda: ''Hey brother! How are you doing? Mom is worried about you.<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Heh..yeah..um well..I've been a little busy.<br> </div> <</timed>> <<timed 6s>> <div class="icon iconamanda fadein"> [img[$amaicon]] ''Amanda: ''Okay, but still..you should visit her.<br> </div> <</timed>> <<timed 8s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Umm okay, okay..[[I should..|amanda visit2]] </div> <</timed>> <</if>> <<if $amanda.start == 1>> <video width="1300" autoplay src="images/sis/amanda5.webm"></video> <br> <<timed 2s>> <div class="icon iconamanda fadein"> [img[$amaicon]] ''Amanda: ''Hey brother! How are you doing?<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Good..hmm thanks..ehhmm..<br> </div> <</timed>> <<timed 4s>> <div class="icon iconamanda fadein"> [img[$amaicon]] ''Amanda: ''What?<br> </div> <</timed>> <<timed 5s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I saw you with some big man by the car<br> </div> <</timed>> <<timed 6s>> <div class="icon iconamanda fadein"> [img[$amaicon]] ''Amanda: ''Are you [[spying on me?!|amanda visit2]] </div> <</timed>> <</if>> <<if $amanda.start == 2>> <<set $amaicon to "images/profiles/amaicon2.png">> <video width="1300" autoplay src="images/sis/amanda8.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Woooahh?! Amanda? Uhh You look different...and who is your friend?<br> </div> <</timed>> <<timed 2s>> <div class="icon iconamanda fadein"> [img[$amaicon]] ''Amanda: ''Hmm yes..this is my boyfriend Caden!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconcaden fadein"> [img[$cadenicon]] ''Caden: ''What's up, man<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Oh! Boyfriend? That's surprising... you two are very different.<br> </div> <</timed>> <<timed 5s>> <div class="icon iconamanda fadein"> [img[$amaicon]] ''Amanda: ''Don't be childish <<print $name>>! and besides, he buys me everything I want! [[And|amanda visit2]] </div> <</timed>> <</if>> <<if $amanda.start == 10>> <video width="1300" autoplay loop src="images/sis/sismakeup.webm"></video> <br> <<timed 1s>> <div class="icon iconamanda fadein"> [img[$amaicon]] ''Amanda: ''Hey, hey it's me! Whoo!!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconviolet fadein"> [img[$violeticon]] ''Violet: ''and me! Oh! Wow!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconamanda fadein"> [img[$amaicon]] ''Amanda: ''You look different again!<br> </div> <</timed>> <<timed 4s>> <div class="icon iconviolet fadein"> [img[$violeticon]] ''Violet: ''Totally different!<br> </div> <</timed>> <<timed 5s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ughh I didn't know it was that [[noticeable|amanda visit2]] </div> <</timed>> <</if>>
<div class="fadein"> <video width="1300" autoplay loop src="images/park/park0.webm"></video> </div> <br> <<if $park.saradate == 0>> [[Walk with Sara|walk with sara][$park.saradate to 1]] <</if>> <<if $park.saradate == 0 && $mc.saturation2 < 30>> [[Who's that?|bench][$park.saradate to 1]] <</if>> <<if $wardrobe.outfit2 == 1 && $mc.jog == 0>> [[Jogging|jog]] <</if>> [[Leave|out]]
<div class="fadein"> <video width="1300" autoplay loop src="images/mother/motherhouse.webm"></video> </div> <br> [[Enter|mother house2]]
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $violet.start == 0>> <video width="1300" autoplay src="images/sis/violet2.webm"></video> <br> <<timed 2s>> <div class="icon iconviolet fadein"> [img[$violeticon]] ''Violet: ''Can you lend me a hundred dollars? I'm in need..You know what it's like hehe<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ughh Again? Okay hmm I hope you'll pay it back!<br> </div> <</timed>> <<timed 4s>> <div class="icon iconviolet fadein"> [img[$violeticon]] ''Violet: ''You are the best brother in the world, [[thank you!|home][$money -=100;$violet.start to 1;$timeofday to 5;]] <br>@@.blink;<em>(New character added, check the 'Characters' button)</em>@@ </div> <</timed>> <</if>> <<if $violet.start == 1>> <video width="1300" autoplay src="images/sis/violet5.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Wow! The car is very expensive, how much do you want to borrow?<br> </div> <</timed>> <<timed 3s>> <div class="icon iconviolet fadein"> [img[$violeticon]] ''Violet: ''Well..uhh I need $2,500<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''That's a lot!<br> </div> <</timed>> <<timed 5s>> <div class="icon iconviolet fadein"> [img[$violeticon]] ''Violet: ''Come on bro! Have you never dreamed of anything?<br> </div> <</timed>> <<timed 6s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hmm <<if $money > 2500>> [[Give her the money|home][$money -=2500;$violet.start to 2;$timeofday to 5;]] [[Sorry, but I don't have that much money|home][$violet.start to 100;$timeofday to 5;]] <<else>> [[Sorry, but I don't have that much money|home][$violet.start to 100;$timeofday to 5;]] <</if>> </div> <</timed>> <</if>> <<if $violet.start == 2>> <video width="1300" autoplay loop src="images/sis/violetnewcar2.webm"></video> <br> <<timed 2s>> <div class="icon iconviolet fadein"> [img[$violeticon]] ''Violet: ''What the fuck?! oh no! My car!! Fuck!!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Jesus! Good thing you weren't inside the car!!<br> </div> <</timed>> <<timed 4s>> <div class="icon iconviolet fadein"> [img[$violeticon]] ''Violet: ''Damn it! This is not [[right|violet visit3]] </div> <</timed>> <</if>> <<if $violet.start == 100>> <video width="1300" autoplay src="images/sis/violetnewboy2.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Cool, hey man!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconman fadein"> [img[$aaronicon]] ''Aaron: ''Hey!<br> </div> <</timed>> <<timed 4s>> <div class="icon iconviolet fadein"> [img[$violeticon]] ''Violet: ''Mmm yeah..as you can see, he has a pretty nice car so I don't need your money for a new one.<br> </div> <</timed>> <<timed 5s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Umm..You know I would lend you money if I had it..<br> </div> <</timed>> <<timed 6s>> <div class="icon iconviolet fadein"> [img[$violeticon]] ''Violet: ''It doesn't matter [[anymore|violet visit3]] </div> <</timed>> <</if>> <<if $violet.start == 4>> <<set $violet.lust += 2>> <<set $violet.bbc += 3>> <video width="1300" autoplay src="images/sis/violetnewboy2.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Is he going to drive you in his car now?<br> </div> <</timed>> <<timed 3s>> <div class="icon iconman fadein"> [img[$aaronicon]] ''Aaron: ''Hey! I will! Don't worry bro!<br> </div> <</timed>> <<timed 4s>> <div class="icon iconviolet fadein"> [img[$violeticon]] ''Violet: ''Mmm yeah..as you can see, he has a pretty nice car so..it will be hmm.. a pleasure.<br> </div> <</timed>> <<timed 5s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Umm..okay..I have to go now..[[Bye sis!|home][$violet.start to 101;$timeofday to 5;]] <br>@@.blink;<em>(Violet status has changed, check the 'Characters' button)</em>@@ <br>@@.blink;<em>(New character added, check the 'Characters' button)</em>@@ </div> <</timed>> <</if>> <<if $violet.start == 107>> <video width="1300" autoplay loop src="images/sis/violet9.webm"></video> <br> <<timed 2s>> <div class="icon iconviolet fadein"> [img[$violeticon]] ''Violet: ''What? What stuff?<br> </div> <</timed>> <<timed 3s>> <div class="icon iconman fadein"> [img[$aaronicon]] ''Aaron: ''You know..this stuff<br> </div> <</timed>> <<timed 4s>> <div class="icon iconviolet fadein"> [img[$violeticon]] ''Violet: ''Ohh..mmm right..ohhh yesss<br> </div> <</timed>> <<timed 5s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Huh? Are you ok sis?<br> </div> <</timed>> <<timed 6s>> <div class="icon iconman fadein"> [img[$aaronicon]] ''Aaron: ''Uhh god! Mmm so good..yes uhh [[I have to go now!|violet visit3]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $amanda.start == 0>> <video width="1300" autoplay src="images/sis/amanda2.webm"></video> <br> <<timed 2s>> <div class="icon iconamanda fadein"> [img[$amaicon]] ''Amanda: ''You promise?<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Yes! I promise. Don't worry.<br> </div> <</timed>> <<timed 4s>> <div class="icon iconamanda fadein"> [img[$amaicon]] ''Amanda: ''Good. Maybe we'll go to church together sometime..together as a family, like we used to do. <br> </div> <</timed>> <<timed 5s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''...<br> </div> <</timed>> <<timed 6s>> <div class="icon iconamanda fadein"> [img[$amaicon]] ''Amanda: ''Okay..that's all hmm I won't bother you, god bless you, [[bye!|home][$amanda.start to 1;$timeofday to 5;]] <br>@@.blink;<em>(New character added, check the 'Characters' button)</em>@@ </div> <</timed>> <</if>> <<if $amanda.start == 1>> <video width="1300" autoplay loop src="images/sis/amanda6.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''No, no, I'm just worried about you...that's all..<br> </div> <</timed>> <<timed 3s>> <div class="icon iconamanda fadein"> [img[$amaicon]] ''Amanda: ''Excuse me, but this is my life! You're not my father!<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I know but..<br> </div> <</timed>> <<timed 5s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Just let it go <<print $name>><br> </div> <</timed>> <<timed 6s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''[[What?|amanda visit3]] </div> <</timed>> <</if>> <<if $amanda.start == 2>> <video width="1300" autoplay src="images/sis/amanda9.webm"></video> <br> <<timed 1s>> <div class="icon iconamanda fadein"> [img[$amaicon]] ''Amanda: ''He's unstoppable in bed hehe<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ughh I don't know if I want to hear about it..<br> </div> <</timed>> <<timed 3s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''I'd love to hear [[about it|amanda visit3]] </div> <</timed>> <</if>> <<if $amanda.start == 10>> <video width="1300" autoplay src="images/sis/sismakeup2.webm"></video> <br> <<timed 1s>> <div class="icon iconamanda fadein"> [img[$amaicon]] ''Amanda: ''You know hehe We see everything!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconviolet fadein"> [img[$violeticon]] ''Violet: ''That's true!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconamanda fadein"> [img[$amaicon]] ''Amanda: ''We'll take care of you!<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''What do you mean by that?<br> </div> <</timed>> <<timed 5s>> <div class="icon iconviolet fadein"> [img[$violeticon]] ''Violet: ''Makeup [[time!|amanda visit3]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $michelle.start == 0 && $boss.michelle == 0>> <<switch random (1,3)>> <<case 1 3>> <video width="1300" autoplay src="images/work/michelle.webm"></video> <<case 2>> <video width="1300" autoplay src="images/work/michelle0.webm"></video> <</switch>> <br> <<timed 1s>> <div class="icon iconmichelle fadein"> [img[$michelleicon]] ''Michelle: ''Hey <<print $name>>! Have you sold any property recently? The boss wants results, you know that!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''No..I'm having a harder time right now<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmichelle fadein"> [img[$michelleicon]] ''Michelle: ''Got it! [[Well..|michelle2]] <<if not hasVisited("michelle2")>> <br>@@.blink;<em>(New character added, check the 'Characters' button)</em>@@ <</if>> </div> <</timed>> <</if>> <<if $michelle.start == 0 && $boss.michelle == 1>> <video width="1300" autoplay src="images/work/michelleboss.webm"></video> <br> <<timed 1s>> <div class="icon iconmichelle fadein"> [img[$michelleicon]] ''Michelle: ''Oh yes, you are so big boy!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''What is she [[doing?|michelle2]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $michelle.start == 0 && $boss.michelle == 0>> <video width="1300" autoplay src="images/work/michelle2.webm"></video> <br> <<timed 1s>> <div class="icon iconmichelle fadein"> [img[$michelleicon]] ''Michelle: ''It's not that difficult, you need to talk to your customers more!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Yeah..well..It's easy to say.. if I had big boobs like yours it wouldn't be a problem..<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmichelle fadein"> [img[$michelleicon]] ''Michelle: ''What?!<br> </div> <</timed>> <<switch random(1,3)>> <<case 1>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Eee nothing.. I'm talking to myself, thanks for the advice [[Leave|work]] </div> <</timed>> <<case 2 3>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Eee nothing.. I'm talking to myself, thanks for the advice. </div> <</timed>> <<timed 5s>> <div class="icon iconmichelle fadein"> [img[$michelleicon]] ''Michelle: ''Hmm okay..oh Hey [[Brad!|michelle3]] <<if hasVisited("michelle3")>> [[Skip this event|work]] <</if>> </div> <</timed>> <</switch>> <</if>> <<if $michelle.start == 0 && $boss.michelle == 1>> <video width="1300" autoplay src="images/work/michelleboss2.webm"></video> <br> <<timed 1s>> <div class="icon iconmichelle fadein"> [img[$michelleicon]] ''Michelle: ''Mmm thank you boss.. so warm..<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''The boss's favorite ughh so that's how it works [[it's not fair|michelle3]] </div> <</timed>> <</if>>
<<if $mattheelswalk == 1>> <<else>> <style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <</if>> <<if $thera.start == 6>> <video width="1300" autoplay src="images/thera/thera14.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Okay <<print $name>> I hope you understand your situation?<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hmm..yes..<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Good. We need to prepare you for the session, I have the appropriate outfit and makeup here.<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''What?!<br> </div> <</timed>> <<timed 5s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''We don't have time for this! Follow [[orders|therapist session part2-2]] </div> <</timed>> <</if>> <<if $thera.start == 7>> <video width="1300" autoplay src="images/thera/thera15.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ohh what is the point of all this?<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''<<print $name>> do we need to come back to this conversation again? Just follow orders.<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''[[...|therapist session part2-2]] </div> <</timed>> <</if>> <<if $thera.start == 8>> <video width="1300" autoplay src="images/thera/therafuck.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Ahhh yesss Darius!! Come on!! Uhhh fuck me faster!!<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: '' What's going on [[here?|therapist session part2-2]] </div> <</timed>> <</if>> <<if $thera.start == 9>> <video width="1300" autoplay src="images/thera/thera26.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''so..<<print $name>> are you ready?<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Uhh yes..<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Good. Let's [[begin|therapist session part2-2]] </div> <</timed>> <</if>> <<if $thera.start == 10>> <style>strong{color: #b74379;text-shadow: none;}</style> <video width="1300" autoplay src="images/thera/therabimbo.webm"></video> <br> <<timed 2s>> <div class="icon fadein"> ''Girl: ''Uhh Doctor, I don't know if this style suits me..<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Relax honey you look perfect, just like me in the old days.<br> </div> <</timed>> <<timed 4s>> <div class="fadein"> ''Girl: ''Okay, doctor, I need to show more confidence.<br> </div> <</timed>> <<timed 5s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''You must submit all shame barriers. We will talk about this in the next [[bsession|therapist session part2-2]] </div> <</timed>> <</if>> <<if $thera.start == 11>> <video width="1300" autoplay src="images/thera/thera26.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''so..<<print $name>> are you ready?<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Uhh yes..<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Good. Let's [[begin|therapist session part2-2]] </div> <</timed>> <</if>> <<if $thera.start == 12>> <style>strong{color: #b74379;text-shadow: none;}</style> <video width="1300" autoplay src="images/thera/therasydney.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''so..how are you feeling honey?<br> </div> <</timed>> <<timed 3s>> <div class="icon fadein"> ''Girl: ''Really good! Mmm and I'm so hot!<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''This means that the drugs work very [[well|therapist session part2-2]] </div> <</timed>> <</if>> <<if $thera.start == 13>> <video width="1300" autoplay src="images/thera/thera26.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''so..<<print $name>> are you ready?<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Um..yes, of course <br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Nice..really nice.. Let's [[begin|therapist session part2-2]] </div> <</timed>> <</if>> <<if $thera.start == 14>> <style>strong{color: #b74379;text-shadow: none;}</style> <video width="1300" autoplay src="images/thera/therasydney4.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Oh my you look stunning!<br> </div> <</timed>> <<timed 3s>> <div class="icon fadein"> ''Girl: ''Thank you, but I'm not sure if this is a good style for me.<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Honey, you look amazing and the boys will definitely [[appreciate it|therapist session part2-2]] </div> <</timed>> <</if>> <<if $thera.start == 15>> <video width="1300" autoplay src="images/thera/thera27.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''so..<<print $name>> how do you feel?<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Uhh a bit strange.. my body is changing.. I can feel it.<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''This will pass, now focus on the [[session|therapist session part2-2]] </div> <</timed>> <</if>> <<if $thera.start == 16>> <style>strong{color: #b74379;text-shadow: none;}</style> <video width="1300" autoplay src="images/thera/therabimbo.webm"></video> <br> <<timed 2s>> <div class="icon fadein"> ''Girl: ''Uhh Doctor, I missed you so much!<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Relax honey. I'm already with you, my dear.<br> </div> <</timed>> <<timed 4s>> <div class="icon fadein"> ''Girl: ''Mmm I'm glad..<br> </div> <</timed>> <<timed 5s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''I'll take care of you, [[don't worry|therapist session part2-2]] </div> <</timed>> <</if>> <<if $thera.start == 18>> <video width="1300" autoplay src="images/thera/thera36.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Well <<print $name>> you look much better, how do you feel?<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''How do I feel? I look different, even my wife noticed that!<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''You overreacted.<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Is that your explanation?<br> </div> <</timed>> <<timed 5s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''I remind you what the deal is..but enough about that [[look what i have|therapist session part2-2]] </div> <</timed>> <</if>> <<if $thera.start == 19>> <video width="1300" autoplay src="images/thera/thera30.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''so <<print $name>> ready for more fun?<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''...<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Okay. Let's get [[started|therapist session part2-2]] </div> <</timed>> <</if>> <<if $thera.start == 20>> <video width="1300" autoplay src="images/thera/thera30.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''so <<print $name>> ready for more fun?<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ughh..hmmm<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Okay. Let's get [[started|therapist session part2-2]] </div> <</timed>> <</if>> <<if $thera.start == 21>> <video width="1300" autoplay src="images/thera/thera30.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Okay <<print $name>> I see slight progress. Let's not waste time.<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Uhh yeah right..<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Cheer up. Let's get [[started|therapist session part2-2]] </div> <</timed>> <</if>> <<if $thera.start == 22>> <video width="1300" autoplay src="images/thera/thera30.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Okay <<print $name>> You look rested so let's not waste time.<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Yes, ma'am.<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Very nice. Let's get [[started|therapist session part2-2]] </div> <</timed>> <</if>> <<if $thera.start == 23>> <<if ndef $amiricon>> <<set $amiricon to "images/profiles/amir.png">> <<set $amir to 0>> <<set $amirtrans to 0>> <</if>> <video width="1300" autoplay src="images/thera/amir.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Amir? Is that you? I haven't seen you in a while, why are you here?<br> </div> <</timed>> <<timed 3s>> <div class="icon fadein"> [img[$amiricon]] ''Amir: ''Uhh hey <<print $name>>..to be honest, I'm very sick.. this therapist is my last hope.<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I don't know if this is the best solution, this clinic is very suspicious.<br> </div> <</timed>> <<timed 5s>> <div class="icon fadein"> [img[$amiricon]] ''Amir: ''Yeah..I know <<print $name>> but I have no choice really.. <br> </div> <</timed>> <<timed 6s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Got it man..well take care [[Leave|business district][$thera.start to 24;$amir to 1;]]<br> <br>@@.blink;<em>(New character added, check the 'Characters' button)</em>@@ </div> <</timed>> <</if>> <<if $thera.start == 24>> <style>strong{color: #b74379;text-shadow: none;}</style> <video width="1300" autoplay src="images/thera/therasydney7.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''That's right, honey, I'm so proud!<br> </div> <</timed>> <<timed 3s>> <div class="icon fadein"> ''Girl: ''Mhhhahh doctor I am so helpless ohhh..<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Don't think about it, your body knows what it wants, believe me! [[Leave|business district][$thera.start to 25]]<br> </div> <</timed>> <</if>> <<if $thera.start == 25>> <<if $amanda.bbc == 0>><<set $amanda.bbc to 1>><</if>> <<if ndef $emma>> <<set $emma to 0>> <<set $emmaicon to "images/profiles/emmaicon.png">> <</if>> <video width="1300" autoplay src="images/thera/thera37.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Oh yes..<<print $name>> welcome! I'm so excited!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hmm..okay? but why?<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''See what beautiful clothing sets we have here!<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I don't understand what this has to do [[with me|therapist session part2-2]] </div> <</timed>> <</if>> <<if $thera.start == 26>> <video width="1300" autoplay src="images/thera/amir2.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Your situation is difficult so you have to trust me okay?<br> </div> <</timed>> <<timed 2s>> <div class="icon fadein"> [img[$amiricon]] ''Amir: ''Of course, it looks like I have no choice..<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Amir, think it over [[again|therapist session part2-2]] </div> <</timed>> <</if>> <<if $thera.start == 27>> <video width="1300" autoplay src="images/thera/emma.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Hi honey! so..Did you get that role in the movie we were talking about?<br> </div> <</timed>> <<timed 3s>> <div class="icon fadein"> [img[$emmaicon]] ''Emma: ''It was that simple, I sucked a few dicks and I got the role, no big deal.<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''I told you, they're so easy to control.<br> </div> <</timed>> <<timed 5s>> <div class="icon fadein"> [img[$emmaicon]] ''Emma: ''Yeah..you did. My career is developing very quickly now..[[and|therapist session part2-2]] </div> <</timed>> <</if>> <<if $thera.start == 28>> <video width="1300" autoplay src="images/thera/emma3.webm"></video> <br> <<timed 2s>> <div class="icon fadein"> [img[$emmaicon]] ''Emma: ''so <<print $name>> are you ready for some fun?<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I am married! Ughh.. and..umm..<br> </div> <</timed>> <<timed 4s>> <div class="icon fadein"> [img[$emmaicon]] ''Emma: ''Jesus..come on, don't be such a pussy..<br> </div> <</timed>> <<timed 5s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Hehe Don't look at me, you were the one who provoked her last time.<br> </div> <</timed>> <<timed 5s>> <div class="icon fadein"> [img[$emmaicon]] ''Emma: ''Exactly! You can help a horny slut [[like me|therapist session part2-2]] </div> <</timed>> <</if>> <<if $thera.start == 29>> <video width="1300" autoplay src="images/thera/emma7.webm"></video> <br> <<timed 2s>> <div class="icon fadein"> [img[$emmaicon]] ''Emma: ''I'm leaving today. I came to say goodbye.<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''That's very kind, honey, you are my special patient, always welcome here.<br> </div> <</timed>> <<timed 5s>> <div class="icon fadein"> [img[$emmaicon]] ''Emma: ''Mmm thanks..You are so hot uhh[[I'm so horny|therapist session part2-2]] </div> <</timed>> <</if>> <<if $thera.start == 30>> <style>strong{color: #b74379;text-shadow: none;}</style> <video width="1300" autoplay src="images/thera/therasydney8.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''You look wonderful, don't worry!<br> </div> <</timed>> <<timed 2s>> <div class="icon fadein"> ''Girl: ''Uhh but I'm naked!<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Hmm hehe well You have to get used to it [[Leave|business district][$thera.start to 31]]<br> </div> <</timed>> <</if>> <<if $thera.start == 31>> <video width="1300" autoplay src="images/thera/thera40.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Ah yes.. <<print $name>> you know..not today, the previous session was really demanding and I'm really tired..<br> </div> <</timed>> <<timed 2s>> <div class="fadein"> [[Leave|business district][$thera.start to 32]]<br> </div> <</timed>> <</if>> <<if $thera.start == 32>> <video width="1300" autoplay src="images/thera/amir5.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Huh? Excuse me..umm I wanted to go into the therapist's office.<br> </div> <</timed>> <<timed 2s>> <div class="icon fadein"> [img[$amiricon]] ''Girl: ''Hey <<print $name>>! Don't you recognize me? It's me, Amir.<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''What?! But how?!<br> </div> <</timed>> <<timed 4s>> <div class="icon fadein"> [img[$amiricon]] ''Amir: ''Well.. the procedure was successful and.. and I am completely healthy but unfortunately there are side effects.<br> </div> <</timed>> <<timed 5s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: '' (Approve him)You look a little different..That's true.. but the most important thing is that you are healthy! [[That's all that matters!|therapist session part2-2]] <br> (End the friendship) This is very strange...uhh [[I have to go now.|business district][$thera.start to 33;$amir to 999;$amirtrans to 1;]] </div> <</timed>> <</if>> <<if $thera.start == 33>> <video width="1300" autoplay src="images/thera/thera41.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''What is this supposed to be?!<br> </div> <</timed>> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''This is my dear.. are bras. There are different types of bras and they have different uses.<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Well..okay [[but|therapist session part2-2]] </div> <</timed>> <</if>> <<if $thera.start == 34>> <style>strong{color: #b74379;text-shadow: none;}</style> <video width="1300" autoplay src="images/thera/millie1.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Just relax honey!<br> </div> <</timed>> <<timed 2s>> <div class="icon fadein"> ''Girl: ''Uhhh..but..but it's so unexpected..ahh!!<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Just relax and think about big black dicks!<br> </div> <</timed>> <<timed 4s>> <div class="icon fadein"> ''Girl: ''Yesss ahhh I'm starting to feel [[that!|therapist session part2-2]] </div> <</timed>> <</if>> <<if $thera.start == 35>> <video width="1300" autoplay src="images/thera/thera42.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Okay <<print $name>>, I've been waiting a long time to do this but I'm proud to present you this beautiful set!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''What? What is this even supposed to mean? I'm a man! <br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Hey! [[Shut your mouth!!|therapist session part2-2]] </div> <</timed>> <</if>> <<if $thera.start == 36>> <video width="1300" autoplay src="images/thera/thera44.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Hmm <<print $name>> you look wonderful!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ughh..I don't feel that way.. somehow. <br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''I know honey, I know, that's why the new surprise, check out [[this new wig!!|therapist session part2-2][$mattheelswalk to 1]] </div> <</timed>> <</if>> <<if $thera.start == 37>> <video width="1300" autoplay src="images/thera/thera45.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Hello my dear, it's going to be a beautiful day!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hmm really?<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Yes! I won't yell at you anymore just practice walking in these shoes in the [[hallway|therapist session part2-2][$mattheelswalk to 1]] </div> <</timed>> <</if>> <<if $thera.start == 38>> <<set $mattheelswalk to 1>> <video width="1300" autoplay src="images/thera/heelstrain.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I'm doing pretty well!<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''That's enough for today, my love.[[Leave|business district][$thera.start to 39;$mc.heel += 10;$mattheelswalk to 0;]]<br> <br>@@.blink;<em>(High heels, level up!)</em>@@ </div> <</timed>> <</if>> <<if $thera.start == 39>> <video width="1300" autoplay src="images/thera/thera36.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I'm trying to adapt..really.<br> </div> <</timed>> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''It's okay <<print $name>>. You need to memorize this, we'll practice it together for sure. [[Leave|business district][$thera.start to 40]] </div> <</timed>> <</if>> <<if $thera.start == 40>> <video width="1300" autoplay src="images/thera/meanwhile.webm"></video> <br> Meanwhile, at your mother's house..<br> [[Next|therapist session part2-2]] <</if>> <<if $thera.start == 41>> <video width="1300" autoplay src="images/thera/thera47.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Uhh I need more practice.<br> </div> <</timed>> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Of course you do <<print $name>>. Don't worry. [[Leave|business district][$thera.start to 42]] </div> <</timed>> <</if>> <<if $thera.start == 42>> <video width="1300" autoplay src="images/thera/meanwhile.webm"></video> <br> Meanwhile, your wife..<br> [[Next|therapist session part2-2]] <</if>> <<if $thera.start == 43>> <video width="1300" autoplay src="images/thera/meanwhile.webm"></video> <br> Meanwhile, your wife..<br> [[Next|therapist session part2-2]] <</if>> <<if $thera.start == 44>> <style>strong{color: #b74379;text-shadow: none;}</style> <video width="1300" autoplay src="images/thera/millie1.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Yeah..just give in to your emotions!!<br> </div> <</timed>> <<timed 2s>> <div class="icon fadein"> ''Girl: ''Mmmahhh!! My boobs mmm sooo good!!<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Just relax and think about this big black cock!<br> </div> <</timed>> <<timed 4s>> <div class="icon fadein"> ''Girl: ''Yesss ahhh I'm starting to feel [[that!|business district][$thera.start to 45]] </div> <</timed>> <</if>> <<if $thera.start == 45>> <video width="1300" autoplay src="images/thera/thera47.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Uhh I need more practice.<br> </div> <</timed>> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Of course you do <<print $name>>. Don't worry. [[Leave|business district][$thera.start to 46]] </div> <</timed>> <</if>> <<if $thera.start == 46>> <video width="1300" autoplay loop src="images/thera/therafuck.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Agghh!! harder!! Come on! Harder!! No..not today <<print $name>>. Session canceled [[go away!|business district][$thera.start to 47]] </div> <</timed>> <</if>> <<if $thera.start == 47>> <video width="1300" autoplay src="images/thera/meanwhile.webm"></video> <br> <<set $mothericon to "images/profiles/mothericon2.png">> Meanwhile, your mother..<br> [[Next|therapist session part2-2][$mother.lust += 1;$mother.bbc +=1;]] <</if>> <<if $thera.start == 48>> <video width="1300" autoplay src="images/thera/thera48.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Hmm so <<print $name>>. I guess you feel quite comfy in that!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Well..I can practice [[today|therapist session part2-2]] </div> <</timed>> <</if>> <<if $thera.start == 49>> <video width="1300" autoplay src="images/thera/thera48.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''I see you're ready <<print $name>>. Very good!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I can practice [[today too|therapist session part2-2]] </div> <</timed>> <</if>> <<if $thera.start == 50>> <<set $mc.saturation +=15>> <<set $mc.saturation2 +=23>> <<set $mc.lust +=2>> <<set $mc.femi +=1>> <video width="1300" autoplay src="images/thera/thera51.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Okay <<print $name>>. It's time for the second dose.<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ahhh!! Why are you doing this to me? I did everything you wanted! <br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Because I care about you <<print $name>>. You just don't understand it now, but that will change. [[Leave|business district][$thera.start to 51]]<br> @@.blink;<em>(<<print $name>> statistics has changed, abnormal level of the substance)</em>@@ </div> <</timed>> <</if>> <<if $thera.start == 51>> <video width="1300" autoplay src="images/home/trans4.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''A warm morning...I rested a bit..<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Mmmm How nice, so soft and sensitive...breasts...breasts? What the fuck?! [[Huh?!|therapist session part2-2]] </div> <</timed>> <</if>>
<<if $mattheelswalk == 1>> <<else>> <style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <</if>> <<if $thera.start == 6 || $thera.start == 7>> <video width="1300" autoplay src="images/thera/thera16.webm"></video> <br> [[after a while|therapist session part2-3]] <</if>> <<if $thera.start == 8>> <video width="1300" autoplay src="images/thera/therafuck2.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Mmm soo warm and tasty yesss cum on me!!<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Oh hmm she looks [[amazing|therapist session part2-3]] </div> <</timed>> <</if>> <<if $thera.start == 9>> <video width="1300" autoplay src="images/thera/thera19.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ahhh this is so hot! What's going on uhh!!<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''You adapted very well!<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$theraicon]] ''Therapist: ''Listen. There's nothing to be [[ashamed of|therapist session part2-3]] </div> <</timed>> <</if>> <<if $thera.start == 10>> <style>strong{color: #b74379;text-shadow: none;}</style> <video width="1300" autoplay src="images/thera/therabimbo2.webm"></video> <br> <<timed 2s>> <div class="icon fadein"> ''Girl: ''Thank you, now I feel [[better|business district][$thera.start to 11]] </div> <</timed>> <</if>> <<if $thera.start == 11>> <video width="1300" autoplay src="images/thera/thera19.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Uhhh it's weird and.. exciting.<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''You adapted very well!<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$theraicon]] ''Therapist: ''Listen. There's nothing to be ashamed of.. I know you [[like it|therapist session part2-3]] </div> <</timed>> <</if>> <<if $thera.start == 12>> <style>strong{color: #b74379;text-shadow: none;}</style> <video width="1300" autoplay src="images/thera/therasydney2.webm"></video> <br> <<timed 2s>> <div class="icon fadein"> ''Girl: ''Ahh Thank you, doctor!<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Oh! Mmm uhh okay mmm you're welcome, honey!<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Mmm but you have to stop [[now|therapist session part2-3]] </div> <</timed>> <</if>> <<if $thera.start == 13>> <video width="1300" autoplay src="images/thera/thera19.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Mmm I can handle it!<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''You adapted very well and you're submissive.<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$theraicon]] ''Therapist: ''Wonderful!Really.. I think you're ready for the [[next stage|therapist session part2-3]] </div> <</timed>> <</if>> <<if $thera.start == 14>> <style>strong{color: #b74379;text-shadow: none;}</style> <video width="1300" autoplay src="images/thera/therasydney5.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''end tell me, do you like sucking cocks?<br> </div> <</timed>> <<timed 3s>> <div class="icon fadein"> ''Girl: ''Ohh I didn't think about it.. until now<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Hehe you should honey [[you should|therapist session part2-3]] </div> <</timed>> <</if>> <<if $thera.start == 15>> <video width="1300" autoplay src="images/thera/thera29.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''You seem more calm today.<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I don't know what to think about it..really.<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$theraicon]] ''Therapist: ''You know what I think [[about it?|therapist session part2-3]] </div> <</timed>> <</if>> <<if $thera.start == 16>> <style>strong{color: #b74379;text-shadow: none;}</style> <video width="1300" autoplay src="images/thera/therabimbo3.webm"></video> <br> <<timed 1s>> <div class="icon fadein"> ''Girl: ''I'm calmer now.<br> </div> <</timed>> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Hmm hehe Of course you are.<br> </div> <</timed>> <<timed 3s>> [[Leave|business district][$thera.start to 17]] <</timed>> <</if>> <<if $thera.start == 18>> <video width="1300" autoplay src="images/thera/thera30.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''What? But what is this?!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$theraicon]] ''Therapist: ''It's a wig, a gift for you.<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''No, no, you won't drag me into this!<br> </div> <</timed>> <<timed 5s>> <div class="icon iconmatt fadein"> [img[$theraicon]] ''Therapist: ''Don't be dramatic! You have no choice and end of [[discussion|therapist session part2-3]] </div> <</timed>> <</if>> <<if $thera.start == 19>> <video width="1300" autoplay src="images/thera/thera31.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''This..this isn't me!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$theraicon]] ''Therapist: ''Listen <<print $name>> You have no choice but to accept it!<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ughhh...<br> </div> <</timed>> <<timed 5s>> <div class="icon iconmatt fadein"> [img[$theraicon]] ''Therapist: ''Calm down..you look good, you know, for the future - [[don't worry so much|therapist session part2-3]] </div> <</timed>> <</if>> <<if $thera.start == 20>> <video width="1300" autoplay src="images/thera/thera32.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''This is a nightmare!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$theraicon]] ''Therapist: ''No, it doesn't have to be like that..look in the mirror<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ughhh...I want to go home.<br> </div> <</timed>> <<timed 5s>> <div class="icon iconmatt fadein"> [img[$theraicon]] ''Therapist: ''In a moment, but look in the mirror [[please|therapist session part2-3]] </div> <</timed>> <</if>> <<if $thera.start == 21>> <video width="1300" autoplay src="images/thera/thera33.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$theraicon]] ''Therapist: ''You are very calm today, I admire that.<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''...<br> </div> <</timed>> <<timed 5s>> <div class="icon iconmatt fadein"> [img[$theraicon]] ''Therapist: ''You like being submissive [[don't you?|therapist session part2-3]] </div> <</timed>> <</if>> <<if $thera.start == 22>> <video width="1300" autoplay src="images/thera/thera33.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$theraicon]] ''Therapist: ''Listen, I'm really proud of you, keep it up!<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hmm right..<br> </div> <</timed>> <<timed 5s>> <div class="icon iconmatt fadein"> [img[$theraicon]] ''Therapist: ''You look really good [[you know|therapist session part2-3]] </div> <</timed>> <</if>> <<if $thera.start == 25>> <video width="1300" autoplay src="images/thera/thera38.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Jesus <<print $name>>! Open your mind to new possibilities for your future!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I just want to save my marriage, remember?<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''You won't do it! You won't if you stay stuck in the same constraints. Open up to your feminine side!<br></div> <</timed>> <<timed 5s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hmm I don't believe you, but I won't argue the point. [[Leave|business district][$thera.start to 26;$emma to 1;]] </div> <</timed>> <</if>> <<if $thera.start == 26>> <video width="1300" autoplay src="images/thera/amir3.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Maybe not everything is as it seems..<br> </div> <</timed>> <<timed 3s>> <div class="icon fadein"> [img[$amiricon]] ''Amir: ''I know <<print $name>>, but my situation is difficult.<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Okay <<print $name>> I think that's enough. You have spoken your [[mind|therapist session part2-3]]</div> <</timed>> <</if>> <<if $thera.start == 27>> <video width="1300" autoplay src="images/thera/emma2.webm"></video> <br> <<timed 2s>> <div class="icon fadein"> [img[$emmaicon]] ''Emma: ''Who's that?<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Nobody hehe..another patient, he has problems with his wife.<br> </div> <</timed>> <<timed 4s>> <div class="icon fadein"> [img[$emmaicon]] ''Emma: ''He's married? He looks so gay.<br> </div> <</timed>> <<timed 5s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hey! Stop it. That's not true!<br> </div> <</timed>> <<timed 6s>> <div class="icon fadein"> [img[$emmaicon]] ''Emma: ''Hehe sure! Right! Hehe I'm in a hurry but we'll check it out [[one day|business district][$thera.start to 28]]<br>@@.blink;<em>(New character added, check the 'Characters' button)</em>@@ </div> <</timed>> <</if>> <<if $thera.start == 28>> <video width="1300" autoplay src="images/thera/emma4.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I have a wife..uhh<br> </div> <</timed>> <<timed 3s>> <div class="icon fadein"> [img[$emmaicon]] ''Emma: ''Yeah..yeah..You said hehe you don't like my body?<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''What to do now..<br> </div> <</timed>> <<timed 5s>> <div class="fadein"> [[Meanwhile|therapist session part2-3]] </div><</timed>> <</if>> <<if $thera.start == 29>> <video width="1300" autoplay src="images/thera/emma8.webm"></video> <br> <<timed 2s>> <div class="icon fadein"> [img[$emmaicon]] ''Emma: ''Ohhh look at me <<print $name>> this is what a real woman looks like!<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Hehe yess wonderful! Don't hold back!<br> </div> <</timed>> <<timed 4s>> <div class="icon fadein"> [img[$emmaicon]] ''Emma: ''Ahhh I'm not going to[[Uhhh|therapist session part2-3]] </div> <</timed>> <</if>> <<if $thera.start == 32>> <video width="1300" autoplay src="images/thera/amir6.webm"></video> <br> <<timed 1s>> <div class="icon fadein"> [img[$amiricon]] ''Amir: ''Oh! Do you really think so? You're very nice... you always have been.<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''You too! I hope everything will start falling into place now.<br> </div> <</timed>> <<timed 3s>> <div class="icon fadein"> [img[$amiricon]] ''Amir: ''I'm starting to believe it! [[Thank you..and|therapist session part2-3]] </div> <</timed>> <</if>> <<if $thera.start == 33>> <video width="1300" autoplay src="images/thera/thera36.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''What does this have to do with me?<br> </div> <</timed>> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Hmmm nothing at the moment..but we'll come back to this later.<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''[[That's weird|business district][$thera.start to 34]] </div> <</timed>> <</if>> <<if $thera.start == 34>> <style>strong{color: #b74379;text-shadow: none;}</style> <video width="1300" autoplay src="images/thera/millie2.webm"></video> <br> <<timed 1s>> <div class="icon fadein"> ''Girl: ''Ahhh soo nice..mmmm yesss!<br> </div> <</timed>> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Very good, you would make a wonderful porn actress!<br> </div> <</timed>> <<timed 3s>> <div class="icon fadein"> ''Girl: ''Yesss I'll do it...I want this ahhh!!<br> </div> <</timed>> <<timed 4s>> [[Leave|business district][$thera.start to 35]] <</timed>> <</if>> <<if $thera.start == 35>> <video width="1300" autoplay src="images/thera/thera43.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''You're mine! You hear me?! MINE! You will do whatever I fucking say!!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''...<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Oh..okay..okay..we need to calm down..just be a good boy and put on this [[outfit|therapist session part2-3]] </div> <</timed>> <</if>> <<if $thera.start == 36>> <video width="1300" autoplay src="images/thera/thera45.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''I really like you in this outfit. If you were a woman, you would be a very attractive for sure!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Oh..You're bullying me..<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''No! No <<print $name>> listen to me and believe me, you are wonderful, look in the [[mirror!|therapist session part2-3]] </div> <</timed>> <</if>> <<if $thera.start == 37>> <video width="1300" autoplay src="images/thera/heelstrain.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hmm let's try, maybe it won't be that bad.<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''That's enough for today, my love. [[Leave|business district][$thera.start to 38;$mc.heels += 10;$mc.femi += 1;$mattheelswalk to 0;]]<br> <br>@@.blink;<em>(New skill - high heels, check the 'Characters' button)</em>@@ </div> <</timed>> <</if>> <<if $thera.start == 40>> <video width="1300" autoplay src="images/mother/theramother.webm"></video> <br> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Hi..hello.. You don't know me, ma'am. I'm your son's [[therapist|therapist session part2-3]] </div> <</timed>> <</if>> <<if $thera.start == 42>> <style>strong{color: #b74379;text-shadow: none;}</style> <video width="1300" autoplay src="images/home/sarahome9.webm"></video> <br> <<timed 1s>> <div class="icon fadein"> ''Worker: ''Uhh Hello ma'am, I would like to inform you that construction work is underway outside.<br> </div> <</timed>> <<timed 2s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Mmm oh really? Hehe is that all you wanted to tell me?<br> </div> <</timed>> <<timed 3s>> <div class="icon fadein"> ''Worker: ''Eee pretty much yes..there will be a lot of noise..[[bye|business district][$thera.start to 43]] </div> <</timed>> <</if>> <<if $thera.start == 43>> <style>strong{color: #b74379;text-shadow: none;}</style> <video width="1300" autoplay loop src="images/home/sarahome10.webm"></video> <br> <<timed 1s>> <div class="icon fadein"> ''Worker: ''Hello ma'am..we have finished the renovation work! Wow! What? What the..<br> </div> <</timed>> <<timed 2s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Hmm hehe you done? What do you think of me?<br> </div> <</timed>> <<timed 3s>> <div class="icon fadein"> ''Worker: ''Ughh I really have to go now..[[bye|business district][$thera.start to 44]] </div> <</timed>> <</if>> <<if $thera.start == 47>> <video width="1300" autoplay loop src="images/mother/mothervisit9.webm"></video> <br> <<timed 2s>> <div class="icon iconmother fadein"> [img[$mothericon]] ''Mother: ''Oh god! I don't want this! I'm only doing this for my son, do you hear me?!<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmother fadein"> [img[$mothericon]] ''Mother: ''Aghh..this...this is disgusting!![[Back|business district][$thera.start to 48]] <br>@@.blink;<em>(Check the 'Characters' button, Mother's appearance has changed, Mother's house and Instagram has been updated.)</em>@@ </div> <</timed>> <</if>> <<if $thera.start == 48>> <video width="1300" autoplay src="images/thera/thera49.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''This is very strange and..[[exciting|business district][$thera.start to 49]] </div> <</timed>> <</if>> <<if $thera.start == 49>> <video width="1300" autoplay loop src="images/thera/thera50.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''The way the dress touches my body.. I almost have an [[orgasm?!|business district][$thera.start to 50]] </div> <</timed>> <</if>> <<if $thera.start == 51>> <<set $matticon to "images/profiles/matticon3.png">> <video width="1300" autoplay loop src="images/home/trans5.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''My dick is even smaller! Almost invisible! Fuck!!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''God! This is too much!! I'd rather go to prison than this! [[Get up|bedroom][$thera.start to 52;$mc.saturation2 += 1;$mc.femi += 20;]] </div> <</timed>> <</if>>
<<if $mattheelswalk == 1>> <<else>> <style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <</if>> <<if $thera.start == 6>> <video width="1300" autoplay loop src="images/thera/thera18.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''No! Fuck!! What the fuck is this?! Aghh to tight! This is too much!!<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Calm down <<print $name>> it's completely normal, it's nothing unusual..<br> </div> <</timed>> <<timed 6s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Never! I have to take off this outfit now!!<br> </div> <</timed>> <<timed 8s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Uhh! Okay, okay..You can start changing your clothes, we're done for [[today|therapist session part2-4]] </div> <</timed>> <</if>> <<if $thera.start == 7>> <video width="1300" autoplay loop src="images/thera/thera17.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ahh this shit again! Very uncomfortable uhh!!<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Don't act like a child <<print $name>>! You've got to endure it somehow!<br> </div> <</timed>> <<timed 6s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''It doesn't make sense!<br> </div> <</timed>> <<timed 8s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Hmm Okay sweetie..You can start changing your clothes, we're done for [[today|therapist session part2-4]] </div> <</timed>> <</if>> <<if $thera.start == 8>> <video width="1300" autoplay src="images/thera/therafuck3.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Huh? Why are you staring? Are you some kind of pervert?! Session canceled, get the fuck out!<br> </div> <</timed>> <<timed 4s>> [[Get out|business district][$thera.start to 9;$mc.lust +=1;]] <</timed>> <</if>> <<if $thera.start == 9>> <video width="1300" autoplay src="images/thera/thera23.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''<em>(Hmm Maybe if I'm nicer to her, I'll be able to trick her?)</em><br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Thank you for supporting me.<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Heh Of course honey! I'm here for you.<br> </div> <</timed>> <<timed 5s>> [[Get out|business district][$thera.start to 10;$mc.lust +=1;]] <</timed>> <</if>> <<if $thera.start == 11>> <video width="1300" autoplay src="images/thera/thera24.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''<em>(Let's try again)</em><br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I feel really good with your help.<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Heh Of course honey! I'm here for you.<br> </div> <</timed>> <<timed 5s>> [[Get out|business district][$thera.start to 12;$mc.lust +=1;]] <</timed>> <</if>> <<if $thera.start == 12>> <style>strong{color: #b74379;text-shadow: none;}</style> <video width="1300" autoplay src="images/thera/therasydney3.webm"></video> <br> <<timed 2s>> <div class="icon fadein"> ''Girl: ''Mmm but I'm so horny!<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''I completely understand you mmm over time, you will get the hang of it<br> </div> <</timed>> <<timed 4s>> <div class="icon fadein"> ''Girl: ''ohh I don't know if I want this..<br> </div> <</timed>> <<timed 5s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''heh you are so [[sweet|business district][$thera.start to 13;$mc.lust +=1;]] </div> <</timed>> <</if>> <<if $thera.start == 13>> <<set $mc.saturation +=5>> <<set $mc.saturation2 +=5>> <<set $mc.lust +=2>> <<set $mc.femi +=5>> <video width="1300" autoplay src="images/thera/thera25.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ahhh!! What?! What is this??<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Don't be nervous..it will help you to be a better person.<br> </div> <</timed>> <<timed 4s>> @@.blink;<em>(<<print $name>> status has changed, unknown substance injected, check the 'Characters' button)</em>@@ <</timed>> <<timed 5s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''<em>(What did I get myself into?)</em><br> </div> <</timed>> <<timed 6s>> [[Get out|business district][$thera.start to 14]] <</timed>> <</if>> <<if $thera.start == 14>> <style>strong{color: #b74379;text-shadow: none;}</style> <video width="1300" autoplay src="images/thera/therasydney6.webm"></video> <br> <<timed 2s>> <div class="icon fadein"> ''Girl: ''Umm.. I think I'll do that.<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Absolutely, it's a doctor's [[recommendation|business district][$thera.start to 15]] </div> <</timed>> <</if>> <<if $thera.start == 15>> <video width="1300" autoplay src="images/thera/thera28.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''I think you're starting to like it.<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ohh..<br> </div> <</timed>> <<timed 4s>> [[Get out|business district][$thera.start to 16]] <</timed>> <</if>> <<if $thera.start == 18>> <video width="1300" autoplay loop src="images/thera/thera31.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Uhh it's so weird, I feel dizzy..I don't want this..<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$theraicon]] ''Therapist: ''Oh! you're such a pussy.. that's enough for today [[get the fuck out!|business district][$thera.start to 19]] </div> <</timed>> <</if>> <<if $thera.start == 19>> <video width="1300" autoplay src="images/thera/thera32.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Mmm ohh..<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$theraicon]] ''Therapist: ''You see <<print $name>>, you can do it, okay [[that's all for today|business district][$thera.start to 20]] </div> <</timed>> <</if>> <<if $thera.start == 20>> <video width="1300" autoplay src="images/thera/thera33.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''You see, you look very attractive.<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Mmm Like a completely different person!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$theraicon]] ''Therapist: ''That's right <<print $name>>, okay [[that's all for today|business district][$thera.start to 21]] </div> <</timed>> <</if>> <<if $thera.start == 21>> <video width="1300" autoplay src="images/thera/thera34.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Girl? Oh..<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$theraicon]] ''Therapist: ''Who knows what the future will bring. Okay [[that's all for today|business district][$thera.start to 22]] </div> <</timed>> <</if>> <<if $thera.start == 22>> <video width="1300" autoplay src="images/thera/thera35.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Oh my god, what are you doing?<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$theraicon]] ''Therapist: ''It's okay honey, I'm just checking something...[[you can go home now|business district][$thera.start to 23;$mc.sub += 1;]] </div> <</timed>> <</if>> <<if $thera.start == 26>> <video width="1300" autoplay src="images/thera/amir4.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$theraicon]] ''Therapist: ''Okay, we will set a date for therapy now.<br> </div> <</timed>> <<timed 3s>> <div class="icon fadein"> [img[$amiricon]] ''Amir: ''Yes, I am determined<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Okay, glad to hear that, <<print $name>> you can [[leave|business district][$thera.start to 27;]]</div> <</timed>> <</if>> <<if $thera.start == 28>> <video width="1300" autoplay src="images/thera/emma5.webm"></video> <br> <<timed 2s>> <div class="fadein"> Someone is secretly recording this session.<br> </div> <</timed>> <<timed 3s>> <div class="icon fadein"> [[Return|therapist session part2-4]] </div> <</timed>> <</if>> <<if $thera.start == 29>> <video width="1300" autoplay src="images/thera/emma9.webm"></video> <br> <<timed 2s>> <div class="icon fadein"> [img[$emmaicon]] ''Emma: ''I'm so dirty! Ohhh My pussy! Ahhh so good!<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Yes honey you are wonderful!<br> </div> <</timed>> <<timed 4s>> <div class="icon fadein"> [img[$emmaicon]] ''Emma: ''I'm cumming ahhh!! <br> </div> <</timed>> <<timed 5s>> <div class="icon fadein"> [[End of session|business district][$thera.start to 30;$emma to 2;]] </div><</timed>> <</if>> <<if $thera.start == 32>> <video width="1300" autoplay loop src="images/thera/amir7.webm"></video> <br> <<timed 1s>> <div class="icon fadein"> [img[$amiricon]] ''Amir: ''You've changed too...but I like it.<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''heh..uhh..thanks...that's nice..heh..<br> </div> <</timed>> <<timed 3s>> <div class="icon fadein"> [img[$amiricon]] ''Amir: ''I hope to see you again..my friend.. [[bye!|business district][$thera.start to 33;$amir to 2;$amirtrans to 1;]]<br> <br>@@.blink;<em>(Character status changed, check the 'Characters' button)</em>@@ </div> <</timed>> <</if>> <<if $thera.start == 35>> <video width="1300" autoplay src="images/thera/thera44.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Wonderful! Truly wonderful, my little princess!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''...uhhh<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Okay, hmm we'll end this for today because I see you're starting freak in out hehe [[see you tomorrow|business district][$thera.start to 36;$mc.sub += 1;]] </div> <</timed>> <</if>> <<if $thera.start == 36>> <video width="1300" autoplay src="images/thera/thera46.webm"></video> <br> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Uhh.. from a distance I look like..<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''a WOMAN <<print $name>> that's right, [[see you tomorrow honey!|business district][$thera.start to 37;$mc.sub += 1;$mc.femi += 1;$mattheelswalk to 0;]] </div> <</timed>> <</if>> <<if $thera.start == 40>> <video width="1300" autoplay src="images/mother/theramother2.webm"></video> <br> <<timed 1s>> <div class="icon iconmother fadein"> [img[$mothericon]] ''Mother: ''What?! Oh I didn't know anything about this!<br> </div> <</timed>> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''But it's true, we need to talk [[seriously|therapist session part2-4]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $thera.start == 6>> <video width="1300" autoplay src="images/thera/thera21.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Fuck. I'm shaking, what's going on? What a nightmare this is..<br> </div> <</timed>> <<timed 4s>> [[Get out|business district][$thera.start to 7;$mc.femi +=1;$mc.lust +=1;$mc.sub +=5;$mc.mind -= 1;$money -= 100;]] <</timed>> <<timed 5s>> <br>@@.blink;<em>(<<print $name>>'s' status has changed, check the 'Characters' button)</em>@@ <</timed>> <</if>> <<if $thera.start == 7>> <video width="1300" autoplay src="images/thera/thera22.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''You're handling it pretty well, I'm proud of you. </div> <</timed>> <<timed 4s>> [[Get out|business district][$thera.start to 8;$mc.femi +=1;$mc.lust +=1;$mc.sub +=3;$money -= 100;]] <</timed>> <</if>> <<if $thera.start == 28>> <video width="1300" autoplay src="images/thera/emma6.webm"></video> <br> <<timed 2s>> <div class="icon fadein"> [img[$emmaicon]] ''Emma: ''You're right hehe he is completely flat and soft. His dick doesn't work at all!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hey! I'm stressed and... and I have a wife!<br> </div> <</timed>> <<timed 4s>> <div class="icon fadein"> [img[$emmaicon]] ''Emma: ''Keep fooling yourself loser I'm [[out of here|business district][$thera.start to 29;]] </div> <</timed>> <</if>> <<if $thera.start == 40>> <video width="1300" autoplay src="images/mother/theramother3.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''about your son's future!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmother fadein"> [img[$mothericon]] ''Mother: ''This actually sounds very serious, please come in!<br> </div> <</timed>> <<timed 3s>> <div class="icon fadein"> [[Back|business district][$thera.start to 41;$mother.lust to 1;]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $michelle.start == 0 && $boss.michelle == 0>> <video width="1300" autoplay src="images/work/michelle3.webm"></video> <br> <<timed 1s>> <div class="icon iconbrad fadein"> [img[$bradicon]] ''Brad: ''Hello! Hello everyone! Especially you, my sunshine hehe<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmichelle fadein"> [img[$michelleicon]] ''Michelle: ''Oh Brad! You always know what to say!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconbrad fadein"> [img[$bradicon]] ''Brad: ''That's why I'm the best seller [[here!|michelle4]] </div> <</timed>> <</if>> <<if $michelle.start == 0 && $boss.michelle == 1>> <video width="1300" autoplay src="images/work/michelleboss3.webm"></video> <br> <<timed 1s>> <div class="icon iconmichelle fadein"> [img[$michelleicon]] ''Michelle: ''mmm so tasty hehe thank you for lunch!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''She seems [[happy|michelle4]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $michelle.start == 0 && $boss.michelle == 0>> <video width="1300" autoplay src="images/work/michelle5.webm"></video> <br> <<timed 1s>> <div class="icon iconmichelle fadein"> [img[$michelleicon]] ''Michelle: ''Oh you are Brad!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconbrad fadein"> [img[$bradicon]] ''Brad: ''Thank you, darling!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmichelle fadein"> [img[$michelleicon]] ''Michelle: ''Oh Brad!<br> </div> <</timed>> <<timed 4s>> <div class="icon iconboss fadein"> [img[$bossicon]] ''Boss: ''Uhmmm! Okay but! Even the best salesman has to sell!<br> </div> <</timed>> <<timed 5s>> <div class="icon iconbrad fadein"> [img[$bradicon]] ''Brad: ''Yes sir!! I'm going to sell expensive apartments right now!<br> </div> <</timed>> <<timed 6s>> <div class="icon iconboss fadein"> [img[$bossicon]] ''Boss: ''Good! Hmm and [[you|michelle5]] </div> <</timed>> <</if>> <<if $michelle.start == 0 && $boss.michelle == 1>> <video width="1300" autoplay src="images/work/michelleboss4.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''She's looking at me [[I have to go!|work]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $michelle.start == 0>> <video width="1300" autoplay src="images/work/michelle6.webm"></video> <br> <<timed 1s>> <div class="icon iconboss fadein"> [img[$bossicon]] ''Boss: ''<<= $name>> I advise you to go back to work, your situation is really bad!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Umm yes sir! Right away, Sir! [[Work|work]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $mc.femi <= 7 && $thera.start < 18 && $mc.saturation2 < 6>> <video width="1300" autoplay src="images/park/parksara.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Great weather today!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Umm yeah, [[definitely|walk with sara2]] </div> <</timed>> <</if>> <<if $mc.femi >= 7 && $mc.femi < 30 && $thera.start >= 18 && $mc.saturation2 >= 6 && $mc.saturation2 < 30>> <video width="1300" autoplay src="images/park/parksara6.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Beautiful park! The flowers, the scent and the colors, wonderful!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Hehe and that's interesting, how long have you been paying attention to colors?<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Umm uhh I don't..I don't remember, [[let's go back|home]] </div> <</timed>> <</if>> <<if $mc.femi >= 30 && $thera.start >= 52 && $mc.saturation2 >= 30 && $mc.saturation2 < 60 && $thera.start < 77>> <<if $sara.saturation < 10>> <video width="1300" autoplay loop src="images/park/parksara7.webm"></video> <<elseif $sara.saturation >= 10>> <video width="1300" autoplay loop src="images/park/parksara8.webm"></video> <</if>> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Beautiful park! What a nice walk.<br> </div> <</timed>> <<timed 2s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Indeed, but let's go back because it's about to start raining.<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Okay, [[let's go back|home]] </div> <</timed>> <</if>> <<if $mc.femi >= 60 && $mc.femi < 85 && $mc.saturation2 >= 60 && $mc.saturation2 < 90 && $thera.start >= 77 && $thera.start < 129 >> <video width="1300" autoplay loop src="images/park/parksara9.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Beautiful park! What a nice walk.<br> </div> <</timed>> <<timed 2s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Indeed, but let's go back because it's about to start raining.<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Okay, [[let's go back|home]] </div> <</timed>> <</if>> <<if $mc.femi >= 85 && $mc.saturation2 >= 90 && $thera.start >= 129>> <video width="1300" autoplay loop src="images/park/parksara10.webm"></video> <br> <<timed 1s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Beautiful park! What a nice walk.<br> </div> <</timed>> <<timed 2s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Yeah, lots of boys today..<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''What? Umm [[let's go back|out]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $mc.femi <= 7 && $thera.start < 18 && $mc.saturation2 < 6>> <<if $mother.start == 0>> <video width="1300" autoplay src="images/mother/mothervisit.webm"></video> <br> <<timed 1s>> <div class="icon iconmother fadein"> [img[$mothericon]] ''Mother: ''Oh what a surprise <<print $name>>, Sara! Welcome! Please [[come in!|mother house3]] </div> <</timed>> <</if>> <</if>> <<if $mc.femi >= 7 && $thera.start >= 18 && $thera.start < 48 && $mc.saturation2 >= 6>> <<if $mother.start == 0>> <video width="1300" autoplay src="images/mother/mothervisit4.webm"></video> <br> <<timed 1s>> <div class="icon iconmother fadein"> [img[$mothericon]] ''Mother: ''Oh What a nice surprise!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hi mom!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmother fadein"> [img[$mothericon]] ''Mother: ''WOW <<print $name>> you look so young, you have to sell me your face creams!<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I don't really have any, maybe we should [[sit down|mother house3]] </div> <</timed>> <</if>> <</if>> <<if $mc.femi >= 7 && $mc.femi < 30 && $thera.start >= 48 && $mc.saturation2 >= 6 && $mc.saturation2 < 30 >> <video width="1300" autoplay src="images/mother/mothervisit6.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Wow! Mom! You look so much different!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmother fadein"> [img[$mothericon]] ''Mother: ''Ehemm..yes..you know, sometimes you have no influence on some things..<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Huh? Umm okay but..you looks nice..[[that's all|mother house3]] </div> <</timed>> <</if>> <<if $mc.femi >= 30 && $thera.start >= 52 && $thera.start < 69 && $mc.saturation2 >= 30>> <video width="1300" autoplay src="images/mother/mothervisit8.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hey, Mom! It's me <<print $name>>!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Mom...oh [[what?!|mother house3]] </div> <</timed>> <</if>> <<if $mc.femi >= 30 && $thera.start >= 69 && $mc.saturation2 >= 30 && $mc.saturation2 < 60 && $thera.start < 77>> <video width="1300" autoplay src="images/mother/mothervisit11.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hey, Mom! It's me <<print $name>>!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmother fadein"> [img[$mothericon]] ''Mother: ''What the fuck <<print $name>>??<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Mom...It's hard to explain but..<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmother fadein"> [img[$mothericon]] ''Mother: ''She...she said she'd leave you alone! She promised! That's why I...I...oh my god <<print $name>>!<br> </div> <</timed>> <<timed 5s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''It'll be fine, mom!<br> </div> <</timed>> <<timed 6s>> <div class="icon iconmother fadein"> [img[$mothericon]] ''Mother: ''No..no <<print $name>>. I need to think, leave me [[alone|mother house3]] </div> <</timed>> <</if>> <<if $mc.femi >= 60 && $mc.femi < 85 && $mc.saturation2 >= 60 && $mc.saturation2 < 90 && $thera.start >= 77 && $thera.start < 129 >> <video width="1300" autoplay src="images/mother/mothervisit14.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hey mom, what's wrong? Why do you look like that?<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmother fadein"> [img[$mothericon]] ''Mother: ''Oh! is that you, son? I could ask you the same thing.<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''It's hard to explain uhh but it wasn't my choice, believe me.<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmother fadein"> [img[$mothericon]] ''Mother: ''Heh..So we're in the same [[boat|mother house3]] </div> <</timed>> <</if>> <<if $mc.femi >= 85 && $mc.saturation2 >= 90 && $thera.start >= 129>> <video width="1300" autoplay src="images/mother/mothervisit17.webm"></video> <br> <<timed 1s>> <div class="icon iconmother fadein"> [img[$mothericon]] ''Mother: ''Oh! WOW! You change so quickly!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Umm yeah..<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmother fadein"> [img[$mothericon]] ''Mother: ''You look beautiful [[honey|mother house3]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $mc.femi <= 7 && $thera.start < 18 && $mc.saturation2 < 6>> <<if $mother.start == 0>> <video width="1300" autoplay src="images/mother/mothervisit2.webm"></video> <br> <<timed 1s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Umm thanks!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmother fadein"> [img[$mothericon]] ''Mother: ''Come, come, let's [[sit down|mother house4]] </div> <</timed>> <</if>> <</if>> <<if $mc.femi >= 7 && $thera.start >= 18 && $thera.start < 48 && $mc.saturation2 >= 6>> <<if $mother.start == 0>> <video width="1300" autoplay src="images/mother/mothervisit5.webm"></video> <br> <<timed 1s>> <div class="icon iconmother fadein"> [img[$mothericon]] ''Mother: ''Hmm so..how are you? when will you give me a grandson?<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Oh mom please, can we just drop this?<br> </div> <</timed>> <<timed 3s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Well, with your son's condition it's probably never..<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmother fadein"> [img[$mothericon]] ''Mother: ''What? What do you mean by that?<br> </div> <</timed>> <<timed 5s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Eee..it's nothing, mom, we should go back<br> </div> <</timed>> <<timed 6s>> [[Return home|home][$timeofday += 1;]] <</timed>> <</if>> <</if>> <<if $mc.femi >= 7 && $mc.femi < 30 && $thera.start >= 48 && $mc.saturation2 >= 6 && $mc.saturation2 < 30 >> <video width="1300" autoplay src="images/mother/mothervisit7.webm"></video> <br> <<timed 2s>> <div class="icon iconmother fadein"> [img[$mothericon]] ''Mother: ''I also think you should take more responsibility for your actions. You know, you're a grown man now.<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Uhh You're right but.. I don't know what you mean exactly..<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmother fadein"> [img[$mothericon]] ''Mother: ''Just think about what I told you. End of visit.. I'm tired son.. goodbye.<br> </div> <</timed>> <<timed 5s>> [[Return home|home][$timeofday += 1;]] <</timed>> <</if>> <<if $mc.femi >= 30 && $thera.start >= 52 && $thera.start < 69 && $mc.saturation2 >= 30>> <video width="1300" autoplay loop src="images/mother/mothervisit10.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Oh my god! What is this??<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Should I watch this?<br> </div> <</timed>> <<timed 6s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''It's so intense..<br> </div> <</timed>> <<timed 8s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I shouldn't, right?<br> </div> <</timed>> <<timed 10s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Oh! Umm..mmm..I'd better [[go now|home][$timeofday += 1;]] </div> <</timed>> <</if>> <<if $mc.femi >= 30 && $thera.start >= 69 && $mc.saturation2 >= 30 && $mc.saturation2 < 60 && $thera.start < 77>> <video width="1300" autoplay loop src="images/mother/motherhouse.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''What is that sound? [[Go back into the house|mother house4]] </div> <</timed>> <</if>> <<if $mc.femi >= 60 && $mc.femi < 85 && $mc.saturation2 >= 60 && $mc.saturation2 < 90 && $thera.start >= 77 && $thera.start < 129 >> <<if $mother.bbc < 4>><<set $mother.bbc to 4>><</if>> <video width="1300" autoplay src="images/mother/mothervisit15.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''You never liked tattoos..and now..<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmother fadein"> [img[$mothericon]] ''Mother: ''It's my...hmm...new boyfriend's idea.<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Do you love him?<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmother fadein"> [img[$mothericon]] ''Mother: ''Do I love him? Ughh..Son...he fucks me. He fucks me ohh.. almost every day wherever [[he can!|mother house4]] </div> <</timed>> <</if>> <<if $mc.femi >= 85 && $mc.saturation2 >= 90 && $thera.start >= 129>> <video width="1300" autoplay src="images/mother/mothervisit18.webm"></video> <br> <<timed 1s>> <div class="icon iconmother fadein"> [img[$mothericon]] ''Mother: ''My third daughter..<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''I guess so..<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmother fadein"> [img[$mothericon]] ''Mother: ''Show yourself, wonderful! [[Really|mother house4]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $mother.start == 0 && $thera.start < 69>> <video width="1300" autoplay src="images/mother/mothervisit3.webm"></video> <br> <<timed 1s>> <div class="icon iconmother fadein"> [img[$mothericon]] ''Mother: ''Hmm so..How are things going for you? How are you doing at work?<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I work a lot but it's hard. There is big competition right now.<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmother fadein"> [img[$mothericon]] ''Mother: ''Uhh my child..When I was your age, I already had a child and participated in church life. It was a decent and peaceful life.<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Oh mom..don't start again..<br> </div> <</timed>> <<timed 5s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Ughh..<br> </div> <</timed>> <<timed 6s>> <div class="icon iconmother fadein"> [img[$mothericon]] ''Mother: ''Okay..young people know everything better.. <br> </div> <</timed>> <<timed 7s>> [[Return home|home][$timeofday += 1;]] <</timed>> <</if>> <<if $mc.femi >= 30 && $thera.start >= 69 && $mc.saturation2 >= 30 && $mc.saturation2 < 60 && $thera.start < 77>> <video width="1300" autoplay loop src="images/mother/mothervisit12.webm"></video> <br> <<timed 2s>> <div class="icon iconmother fadein"> [img[$mothericon]] ''Mother: ''Ahhhmmm okay..mm yeeess..I need to release the tension..ahh mmmlike that..ohh..<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''She's doing it again..[[she is very horny|mother house5]] </div> <</timed>> <</if>> <<if $mc.femi >= 60 && $mc.femi < 85 && $mc.saturation2 >= 60 && $mc.saturation2 < 90 && $thera.start >= 77 && $thera.start < 129 >> <video width="1300" autoplay loop src="images/mother/mothervisit16.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Mom? is everything okay?<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmother fadein"> [img[$mothericon]] ''Mother: ''Agghhh..mmm..he fucks me every day! Ohh my pussy mmm..<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Oh okay..hmm..I should go now [[Leave|home][$timeofday += 1;]] <<if $mother.bbc < 4>>@@.blink;<em>(mother's instagram updated)</em>@@<</if>> </div> <</timed>> <</if>> <<if $mc.femi >= 85 && $mc.saturation2 >= 90 && $thera.start >= 129>> <video width="1300" autoplay loop src="images/mother/mothervisit19.webm"></video> <br> <<timed 1s>> <div class="icon iconmother fadein"> [img[$mothericon]] ''Mother: ''Beautiful daughter... show me how you taste.. oh yes..mmm<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Mmm what? Uhh..<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmother fadein"> [img[$mothericon]] ''Mother: ''That's right, [[honey|mother house5]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video width="1300" autoplay src="images/park/parksara2.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''We should do this more often.<br> </div> <</timed>> <<timed 2s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Sure, [[why not|walk with sara3]] </div> <</timed>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video width="1300" autoplay src="images/park/parksara3.webm"></video> <br> <<timed 1s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Oh my! [[He's big|walk with sara4]] </div> <</timed>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video width="1300" autoplay src="images/park/parksara4.webm"></video> <br> <<timed 1s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''He looks at me, it's so [[intense|walk with sara5]] </div> <</timed>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video width="1300" autoplay src="images/park/parksara5.webm"></video> <br> <<timed 1s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Oh H..hey..<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''What?! Who is this guy??<br> </div> <</timed>> <<timed 3s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Hmm I don't know.. [[let's go|home]] </div> <</timed>>
<style> #sara, #mother, #amanda, #amir, #violet { border: 2px solid white; border-radius: 4px; padding: 0px 2px; } </style> <<click "Sara">> <<replace "#sara">> <<if $sara.saturation >= 4 && $amanda.start < 3>> <video width="1300" autoplay src="images/profiles/sarainsta.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hmm interesting, she seems happy which is good.[[Laptop|laptop]] </div> <</timed>> <</if>> <<if $amanda.start >= 3>> <<timed 1s>> <div class="fadein"> <video width="1300" autoplay src="images/profiles/sarainsta2.webm"></video> <br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Nice meeting with my sister.<br> </div> <</timed>> <<timed 3s>> <div class="fadein"> <video width="1300" autoplay loop src="images/profiles/sarainsta3.webm"></video> <br> <video width="1300" autoplay src="images/profiles/sarainsta4.webm"></video> <br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''They're having a good time..<br> </div> <</timed>> <<timed 5s>> <video width="1300" autoplay loop src="images/profiles/sarainsta5.webm"></video> <br> <</timed>> <<timed 6s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hmm..[[Laptop|laptop]] </div> <</timed>> <</if>> <</replace>> <</click>> <div id="sara"></div> <br> <<if hasVisited("mother house")>> <<click "Mother">> <<replace "#mother">> <<if $mother.bbc < 1>> <video width="1300" autoplay src="images/profiles/motherinsta.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''My dear mommy, I love you! [[Laptop|laptop]] </div> <</timed>> <</if>> <<if $mother.bbc > 0>> <<timed 1s>> <video width="1300" autoplay loop src="images/profiles/motherinsta2.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''What? Who is this guy?? [[Laptop|laptop]] </div> <</timed>> <</timed>> <</if>> <<if $mother.bbc >= 2>> <<timed 2s>> <video width="1300" autoplay loop src="images/profiles/motherinsta3.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Uhh this is a very bold outfit [[Laptop|laptop]] </div> <</timed>> <</timed>> <</if>> <<if $mother.bbc >= 4>> <<timed 3s>> <video width="1300" autoplay loop src="images/profiles/motherinsta4.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''It's still weird..[[Laptop|laptop]] </div> <</timed>> <</timed>> <</if>> <</replace>> <</click>> <div id="mother"></div> <</if>> <br> <<if $amanda.start >= 3>> <<click "Amanda">> <<replace "#amanda">> <video width="1300" autoplay loop src="images/profiles/amandainsta.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''My sister's boyfriend..<br> </div> <</timed>> <<timed 2s>> <video width="1300" autoplay loop src="images/profiles/amandainsta2.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Nothing good will come of this..[[Laptop|laptop]] </div> <</timed>> <</timed>> <<if $amanda.start >= 4>> <<if $amanda.start == 4>><<set $amanda.start to 5>><</if>> <<timed 4s>> <video width="1300" autoplay loop src="images/profiles/amandainsta4.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''She looks very pretty. [[Laptop|laptop]] </div> <</timed>> <</timed>> <</if>> <<if $amanda.start >= 6>> <<if $amanda.start == 6>><<set $amanda.start to 7>><</if>> <<timed 5s>> <video width="1300" autoplay loop src="images/profiles/amandainsta3.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Jesus! I hope my mother didn't see this..[[Laptop|laptop]] </div> <</timed>> <</timed>> <</if>> <<if $amanda.start >= 8>> <<if $amanda.start == 8>><<set $amanda.start to 9>><</if>> <<timed 5s>> <video width="1300" autoplay loop src="images/profiles/amandainsta5.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''What is happening to her?! [[Laptop|laptop]] </div> <</timed>> <</timed>> <</if>> <<if $amanda.start >= 12>> <<if $amanda.start == 12>><<set $amanda.start to 13>><</if>> <<timed 5s>> <video width="1300" autoplay loop src="images/profiles/amandainsta6.webm"></video> <br> <<timed 1s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Hmm, that's the park where I run [[Laptop|laptop]] </div> <</timed>> <</timed>> <</if>> <</replace>> <</click>> <div id="amanda"></div> <</if>> <br> <<if $violet.start >= 102>> <<if $violet.start == 102>><<set $violet.start to 103>><</if>> <<click "Violet">> <<replace "#violet">> <video width="1300" autoplay loop src="images/profiles/violetinsta.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I don't think it's about the car. [[Laptop|laptop]] </div> <</timed>> <<timed 2s>> <video width="1300" autoplay loop src="images/profiles/violetinsta2.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''It looks weird [[Laptop|laptop]] </div> <</timed>> <</timed>> <<if $violet.start >= 104>> <<if $violet.start == 104>><<set $violet.start to 105>><</if>> <<timed 2s>> <video width="1300" autoplay loop src="images/profiles/violetinsta3.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hmm... [[Laptop|laptop]] </div> <</timed>> <</timed>> <</if>> <<if $violet.start >= 109>> <<if $violet.start == 109>><<set $violet.start to 110>><</if>> <<timed 2s>> <video width="1300" autoplay loop src="images/profiles/violetinsta4.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Oh, that's unexpected..[[Laptop|laptop]] </div> <</timed>> <</timed>> <</if>> <<if $violet.start >= 111>> <<if $violet.start == 111>><<set $violet.start to 112>><</if>> <<timed 2s>> <video width="1300" autoplay loop src="images/profiles/violetinsta5.webm"></video> <br> <<timed 1s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Is that her boyfriend's car?[[Laptop|laptop]] </div> <</timed>> <</timed>> <</if>> <</replace>> <</click>> <div id="violet"></div> <</if>> <br> <<if $amirtrans >= 3>> <<click "Amira">> <<replace "#amir">> <video width="1300" autoplay loop src="images/profiles/amirainsta.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''My friend..<br> </div> <</timed>> <<timed 2s>> <video width="1300" autoplay loop src="images/profiles/amirainsta2.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''A surprising change..[[Laptop|laptop]] </div> <</timed>> <</timed>> <<if $amir >= 9>> <<if $amir == 9>><<set $amir to 10>><</if>> <<timed 3s>> <video width="1300" autoplay loop src="images/profiles/amirainsta3.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Looks kinda hot..[[Laptop|laptop]] </div> <</timed>> <</timed>> <</if>> <<if $amir >= 11>> <<if $amir == 11>><<set $amir to 12>><</if>> <<timed 4s>> <video width="1300" autoplay loop src="images/profiles/amirainsta4.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Uhh..Wonderful body! [[Laptop|laptop]] </div> <</timed>> <</timed>> <</if>> <<if $amir >= 13>> <<if $amir == 13>><<set $amir to 14>><</if>> <<timed 4s>> <video width="1300" autoplay loop src="images/profiles/amirainsta5.webm"></video> <br> <video width="1300" autoplay loop src="images/profiles/amirainsta6.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hmm I guess they really are friends..[[Laptop|laptop]] </div> <</timed>> <</timed>> <</if>> <</replace>> <</click>> <div id="amir"></div> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $mc.femi <= 7 && $thera.start < 18 && $mc.saturation2 < 6>> <video width="1300" autoplay src="images/work/sarawork.webm"></video> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hey! What a nice surprise! I didn't expect that!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''I felt better and decided to visit you.<br> </div> <</timed>> <<timed 3s>> <div class="icon fadein"> <<switch random (1,2)>> <<case 1>> [[Suddenly|sara michelle]] <<case 2>> [[Suddenly|sara brad]] <</switch>> </div> <</timed>> <</if>> <<if $mc.femi >= 7 && $thera.start >= 18 && $mc.saturation2 >= 6>> <<switch random(1,2)>> <<case 1>> <video width="1300" autoplay src="images/work/sarawork6.webm"></video> <<case 2>> <video width="1300" autoplay src="images/work/sarawork7.webm"></video> <</switch>> <<timed 1s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Hey handsome! Uhh have you lost some weight? Your body has changed a bit.<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Oh hey umm I don't think so..<br> </div> <</timed>> <<timed 3s>> <div class="fadein"> [[Work|work]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video width="1300" autoplay src="images/work/sarawork2.webm"></video> <br> <<timed 1s>> <div class="icon iconmichelle fadein"> [img[$michelleicon]] ''Michelle: ''Hi everyone!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Oh wow you look gorgeous!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmichelle fadein"> [img[$michelleicon]] ''Michelle: ''heh you are very nice but I just look normal like everyone else.<br> </div> <</timed>> <<timed 4s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Hmm maybe but still..<br> </div> <</timed>> <<timed 5s>> <div class="fadein"> [[Work|work]] </div> <</timed>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video width="1300" autoplay src="images/work/sarawork3.webm"></video> <br> <<timed 1s>> <div class="icon iconbrad fadein"> [img[$bradicon]] ''Brad: ''Mmm Sara nice to see you again, you look really beautiful!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Hmm yeah..hey Brad..<br> </div> <</timed>> <<timed 3s>> <div class="icon iconbrad fadein"> [img[$bradicon]] ''Brad: ''You're not happy to see me or [[maybe|sara brad2]] </div> <</timed>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $sara.saturation < 5>> <<set $sara.saturation +=1>> <<set $sara.sub +=1>> <<set $sara.mood +=1>> <</if>> <<if $sara.lust < 4>> <<set $sara.lust += 1>> <</if>> <video width="1300" autoplay src="images/work/sarawork4.webm"></video> <br> <<timed 1s>> <div class="icon iconbrad fadein"> [img[$bradicon]] ''Brad: ''Will you finally leave this loser and we will meet someday?<br> </div> <</timed>> <<timed 2s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Huh?! Definitely not!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconbrad fadein"> [img[$bradicon]] ''Brad: ''Hehe okay [[not yet|sara brad3]] </div> <</timed>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $sara.saturation < 5>> <<set $sara.saturation +=1>> <<set $sara.sub +=1>> <<set $sara.mood +=1>> <</if>> <<if $sara.lust < 4>> <<set $sara.lust += 1>> <</if>> <video width="1300" autoplay src="images/work/sarawork5.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hey! Cut it out, okay?!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconbrad fadein"> [img[$bradicon]] ''Brad: ''Okay hehe, okay just..just kidding, jeez..everyone is so sensitive suddenly..<br> </div> <</timed>> <<timed 3s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Right..I'm going home, bye honey!<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Bye, thanks for visiting me<br> </div> <</timed>> <<timed 5s>> <div class="fadein"> [[Work|work]] </div> <</timed>>
<<if $mc.femi <= 7 && $thera.start < 18 && $mc.saturation2 < 6>> <<switch random(1,3)>> <<case 1>> <video width="1300" autoplay src="images/home/sarahome3.webm"></video> <<case 2>> <video width="1300" autoplay src="images/home/sarahome4.webm"></video> <<case 3>> <video width="1300" autoplay src="images/home/sarahome5.webm"></video> <</switch>> <<if $sara.saturation >= 4>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Hehe this is really funny!<br> </div> <<if $timeofday == 4 && $timeofday != 5 && $mc.femi > 5 && not hasVisited("saramattliv2") || $day == 6 && $timeofday != 5 && $mc.femi > 5 && not hasVisited("saramattliv2") >> <<timed 1s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Come to me my @@.blink;[[husband|saramattliv][$timeofday to 5]]@@ </div> <</timed>> <</if>> <</if>> <<timed 1s>> <<if $timeofday == 4 && $timeofday != 5 || $day == 6 && $timeofday != 5>> [[Watch TV|hypnotv][$timeofday to 5]] <</if>> <<if $timeofday == 4 && $timeofday != 5 || $day == 6 && $timeofday != 5>> [[Rest|rest living room][$timeofday to 5]] <</if>> [[Leave|home]] <</timed>> <</if>> <<if $mc.femi >= 7 && $thera.start >= 18 && $mc.saturation2 >= 6>> <<if hasVisited("brad visit4")>> <<switch random (1,5)>> <<case 3 5>> <video width="1300" autoplay loop src="images/home/sarahome11.webm"></video> <br> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Someone touch me, I need this...mmm Brad<br> </div> <<case 2>> <video width="1300" autoplay loop src="images/home/saramast2.webm"></video> <br> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Mmm yesss Brad..mmm touch me! Brad...uuhhh<br> </div> <<case 1 4>> <video width="1300" autoplay src="images/home/sarahome8.webm"></video> <br> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Uh? You know, Brad didn't forget my birthday..<br> </div> <</switch>> <<else>> <video width="1300" autoplay src="images/home/sarahome8.webm"></video> <br> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Uh? Umm You look different..younger, interesting..<br> </div> <</if>> <<timed 1s>> <<if $timeofday == 4 && $timeofday != 5 || $day == 6 && $timeofday != 5>> [[Watch TV|hypnotv][$timeofday to 5]] <</if>> <<if $timeofday == 4 && $timeofday != 5 || $day == 6 && $timeofday != 5>> [[Rest|rest living room][$timeofday to 5]] <</if>> [[Leave|home]] <</timed>> <<timed 1s>> <<if $timeofday == 4 && $sara.saturation >= 2 && $violet.active == 0 && $thera.start >= 22 && $violet.start == 1>> <br>@@.blink;[[Doorbell|violet visit][$violet.active to 1]]@@ <</if>> <<if $timeofday == 4 && $sara.saturation >= 2 && $amanda.active == 0 && $thera.start >= 26 && $amanda.start == 1 && $amanda.bbc == 1 && $violet.start >= 1 && $violet.active == 0>> <br>@@.blink;[[Doorbell|amanda visit][$amanda.active to 1]]@@ <</if>> <<if $timeofday == 4 && $sara.saturation >= 2 && $amanda.active == 0 && $thera.start >= 34 && $amanda.start == 2 && $amanda.bbc >= 1 && $violet.start >= 1 && $violet.active == 0>> <br>@@.blink;[[Doorbell|amanda visit][$amanda.active to 1]]@@ <</if>> <<if $timeofday == 4 && $violet.active == 0 && $thera.start >= 43 && $violet.start == 2 || $timeofday == 4 && $violet.active == 0 && $thera.start >= 43 && $violet.start == 100>> <br>@@.blink;[[Doorbell|violet visit][$violet.active to 1]]@@ <</if>> <<if $timeofday == 4 && $brad.sara == 0 && $thera.start >= 47>> <br>@@.blink;[[Doorbell|brad visit][$brad.sara to 1]]@@ <</if>> <<if $housework.start >= 3 && $housework.living == 0 && $day != 6 && $timeofday == 4 && $timeofday != 5>> <br>@@.blink;[[Vacuuming|vacuuming][$housework.living to 1]]@@ <</if>> <</timed>> <</if>>
<<if ndef $saraout>><<set $saraout to 0>><</if>> <<if $mc.femi <= 7 && $thera.start < 18 && $mc.saturation2 < 6>> <<if $timeofday == 4 && $timeofday != 5 || $day == 6 && $timeofday != 5>> <video width="1300" autoplay src="images/home/saraoutintro.webm"></video> <br> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''Sarah went out somewhere..<br> </div> <<else>> <<switch random(1,3)>> <<case 1>> <video width="1300" autoplay src="images/home/sarahome3.webm"></video> <<case 2>> <video width="1300" autoplay src="images/home/sarahome4.webm"></video> <<case 3>> <video width="1300" autoplay src="images/home/sarahome5.webm"></video> <</switch>> <br> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Hehe this is really funny!<br> </div> <</if>> <<timed 1s>> <<if $timeofday == 4 && $timeofday != 5 || $day == 6 && $timeofday != 5>> <<switch random (1,5)>> <<case 1>> [[Find your wife|saraout][$timeofday to 5;$saraout to 1;]] <<case 2>> [[Find your wife|saraout][$timeofday to 5;$saraout to 2;]] <<case 3>> [[Find your wife|saraout][$timeofday to 5;$saraout to 3;]] <<case 4>> [[Find your wife|saraout][$timeofday to 5;$saraout to 4;]] <<case 5>> [[Find your wife|saraout][$timeofday to 5;$saraout to 5;]] <</switch>> <</if>> <<if $timeofday == 4 && $timeofday != 5 || $day == 6 && $timeofday != 5>> [[Watch TV|hypnotv][$timeofday to 5]] <</if>> <<if $timeofday == 4 && $timeofday != 5 || $day == 6 && $timeofday != 5>> [[Rest|rest living room][$timeofday to 5]] <</if>> [[Leave|home]] <</timed>> <</if>> <<if $mc.femi >= 7 && $thera.start >= 18 && $mc.saturation2 >= 6>> <<if $timeofday == 4 && $timeofday != 5 || $day == 6 && $timeofday != 5>> <video width="1300" autoplay src="images/home/saraoutintro2.webm"></video> <br> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''Sarah went out somewhere..<br> </div> <<else>> <<if hasVisited("brad visit4")>> <<switch random (1,5)>> <<case 3 5>> <video width="1300" autoplay loop src="images/home/sarahome11.webm"></video> <br> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Someone touch me, I need this...mmm Brad<br> </div> <<case 2>> <video width="1300" autoplay loop src="images/home/saramast2.webm"></video> <br> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Mmm yesss Brad..mmm touch me! Brad...uuhhh<br> </div> <<case 1 4>> <video width="1300" autoplay src="images/home/sarahome8.webm"></video> <br> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Uh? You know, Brad didn't forget my birthday..<br> </div> <</switch>> <<else>> <video width="1300" autoplay src="images/home/sarahome8.webm"></video> <br> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Uh? Umm You look different..younger, interesting..<br> </div> <</if>> <</if>> <<timed 1s>> <<if $timeofday == 4 && $timeofday != 5 || $day == 6 && $timeofday != 5>> <<switch random (1,10)>> <<case 1 10>> [[Find your wife|saraout][$timeofday to 5;$saraout to 1;]] <<case 2 6>> [[Find your wife|saraout][$timeofday to 5;$saraout to 2;]] <<case 3 7>> [[Find your wife|saraout][$timeofday to 5;$saraout to 3;]] <<case 4 8>> [[Find your wife|saraout][$timeofday to 5;$saraout to 4;]] <<case 5 9>> [[Find your wife|saraout][$timeofday to 5;$saraout to 5;]] <</switch>> <</if>> <<if $timeofday == 4 && $timeofday != 5 || $day == 6 && $timeofday != 5>> [[Watch TV|hypnotv][$timeofday to 5]] <</if>> <<if $timeofday == 4 && $timeofday != 5 || $day == 6 && $timeofday != 5>> [[Rest|rest living room][$timeofday to 5]] <</if>> <<if $timeofday == 4 && $sara.saturation >= 2 && $violet.active == 0 && $thera.start >= 22 && $violet.start == 1>> <br>@@.blink;[[Doorbell|violet visit][$violet.active to 1]]@@ <</if>> <<if $timeofday == 4 && $sara.saturation >= 2 && $amanda.active == 0 && $thera.start >= 26 && $amanda.start == 1 && $amanda.bbc == 1 && $violet.start >= 1 && $violet.active == 0>> <br>@@.blink;[[Doorbell|amanda visit][$amanda.active to 1]]@@ <</if>> <<if $timeofday == 4 && $sara.saturation >= 2 && $amanda.active == 0 && $thera.start >= 34 && $amanda.start == 2 && $amanda.bbc >= 1 && $violet.start >= 1 && $violet.active == 0>> <br>@@.blink;[[Doorbell|amanda visit][$amanda.active to 1]]@@ <</if>> <<if $timeofday == 4 && $violet.active == 0 && $thera.start >= 43 && $violet.start == 2 || $timeofday == 4 && $violet.active == 0 && $thera.start >= 43 && $violet.start == 100>> <br>@@.blink;[[Doorbell|violet visit][$violet.active to 1]]@@ <</if>> <<if $timeofday == 4 && $brad.sara == 0 && $thera.start >= 47>> <br>@@.blink;[[Doorbell|brad visit][$brad.sara to 1]]@@ <</if>> <<if $housework.start >= 3 && $housework.living == 0 && $day != 6 && $timeofday == 4 && $timeofday != 5>> <br>@@.blink;[[Vacuuming|vacuuming][$housework.living to 1]]@@ <</if>> <br> [[Leave|home]] <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $mc.femi <= 7 && $thera.start < 18 && $mc.saturation2 < 6>> <<if $saraout == 1>> <video width="1300" autoplay src="images/out/saraout.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hmm..I wonder what they are talking about.<br> </div> <</timed>> <<timed 2s>> [[Listen|saraout2]] <</timed>> <</if>> <<if $saraout == 2>> <video width="1300" autoplay src="images/out/saraout.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hmm..I wonder what they are talking about.<br> </div> <</timed>> <<timed 2s>> [[Listen|saraout2]] <</timed>> <</if>> <<if $saraout == 3>> <video width="1300" autoplay src="images/out/mattout2.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hmm..Wait..what?! Is that my sister?!<br> </div> <</timed>> <<timed 2s>> [[Take a closer look|saraout2]] <</timed>> <</if>> <<if $saraout == 4>> <video width="1300" autoplay src="images/out/mattout3.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Wow is that my Michelle?!<br> </div> <</timed>> <<timed 2s>> [[Take a closer look|saraout2]] <</timed>> <</if>> <<if $saraout == 5>> <video width="1300" autoplay src="images/out/mattout.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Wow I can almost see that girl's ass!<br> </div> <</timed>> <<timed 2s>> [[Take a closer look|saraout2]] <</timed>> <</if>> <</if>> <<if $mc.femi >= 7 && $thera.start >= 18 && $thera.start < 129 && $mc.saturation2 >= 6>> <<if $saraout == 1>> <video width="1300" autoplay src="images/out/saraout3.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hmm..I wonder what they are talking about.<br> </div> <</timed>> <<timed 2s>> [[Listen|saraout2]] <</timed>> <</if>> <<if $saraout == 2>> <video width="1300" autoplay src="images/out/saraout3.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hmm..I wonder what they are talking about.<br> </div> <</timed>> <<timed 2s>> [[Listen|saraout2]] <</timed>> <</if>> <<if $saraout == 3>> <video width="1300" autoplay src="images/out/mattout4.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hmm..Wait..what?! Is that my sister?!<br> </div> <</timed>> <<timed 2s>> [[Take a closer look|saraout2]] <</timed>> <</if>> <<if $saraout == 4>> <video width="1300" autoplay src="images/out/mattout5.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Wow is that my Michelle?!<br> </div> <</timed>> <<timed 2s>> [[Take a closer look|saraout2]] <</timed>> <</if>> <<if $saraout == 5>> <video width="1300" autoplay src="images/out/mattout4.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Wow I can almost see that girl's ass!<br> </div> <</timed>> <<timed 2s>> [[Take a closer look|saraout2]] <</timed>> <</if>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $thera.start < 129>> <<if $saraout == 1>> <video width="1300" autoplay loop src="images/out/saraout2.webm"></video> <br> <<timed 1s>> <div class="icon iconmichelle fadein"> [img[$michelleicon]] ''Michelle: ''Hehe honey! Believe me, his dick was abnormally big! I've never seen anything like this!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Oh my..umm I don't know if I should listen to this.<br> </div> <</timed>> <<timed 3s>> [[Stop eavesdropping|living room]] <</timed>> <</if>> <<if $saraout == 2>> <video width="1300" autoplay loop src="images/out/saraout2.webm"></video> <br> <<timed 1s>> <div class="icon iconmichelle fadein"> [img[$michelleicon]] ''Michelle: ''Hehe honey! Believe me, his dick was abnormally big! I've never seen anything like this!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Oh my..umm I don't know if I should listen to this.<br> </div> <</timed>> <<timed 3s>> [[Hello girls!|saraout3]] <</timed>> <</if>> <<if $saraout == 3>> <<if $amanda.start == 3>> <video width="1300" autoplay src="images/sis/amanda11.webm"></video> <<else>> <video width="1300" autoplay src="images/sis/amanda3.webm"></video> <</if>> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Yes, that's my sister with some guy..<br> </div> <</timed>> <<timed 2s>> [[I don't know him|saraout3]] <</timed>> <</if>> <<if $saraout == 4>> <video width="1300" autoplay src="images/out/michelleout.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I don't know this guy hmm interesting.<br> </div> <</timed>> <<timed 2s>> [[Stop eavesdropping|living room]] <</timed>> <</if>> <<if $saraout == 5>> <video width="1300" autoplay src="images/out/outrandom.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''She's with some guy..teasing him.<br> </div> <</timed>> <<timed 2s>> [[She is coming here|saraout3]] <</timed>> <</if>> <</if>>
<<if $saraout == 2>> <video width="1300" autoplay src="images/sis/violet3.webm"></video> <br> <<timed 1s>> <div class="icon iconviolet fadein"> [img[$violeticon]] ''Violet: ''What are you gossiping about?<br> </div> <</timed>> <<timed 2s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Eeee..uhh..We don't talk about anything hehe<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmichelle fadein"> [img[$michelleicon]] ''Michelle: ''About big dicks!<br> </div> <</timed>> <<timed 4s>> <div class="icon iconviolet fadein"> [img[$violeticon]] ''Violet: ''Oh!<br> </div> <</timed>> <<timed 5s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Michelle come on..<br> </div> <</timed>> <<timed 6s>> [[Stop eavesdropping|living room]] <</timed>> <</if>> <<if $saraout == 3>> <<if $amanda.bbc == 0>> <video width="1300" autoplay loop src="images/sis/amanda4.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Weird.. I hope it's nothing serious.<br> </div> <</timed>> <<timed 2s>> <<if $amanda.bbc == 0>><<set $amanda.bbc to 1>><</if>> [[Stop eavesdropping|living room]] <br>@@.blink;<em>(Amanda status has changed, check the 'Characters' button)</em>@@ <</timed>> <<else>> <<if $amanda.start == 3>> <video width="1300" autoplay src="images/sis/amanda12.webm"></video> <<else>> <video width="1300" autoplay loop src="images/sis/amanda4.webm"></video> <</if>> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] <<if $amanda.start == 3>> ''<<print $name>>: ''Ah yes..Amanda with a new boyfriend.<br> <<else>> ''<<print $name>>: ''Weird.. I hope it's nothing serious.<br> <</if>> </div> <</timed>> <<timed 2s>> [[Stop eavesdropping|living room]] <</timed>> <</if>> <</if>> <<if $saraout == 5>> <<if $mc.femi <= 7 && $thera.start < 18 && $mc.saturation2 < 6>> <<switch random (1,2)>> <<case 1>> <video width="1300" autoplay src="images/out/outrandom2.webm"></video> <<case 2>> <video width="1300" autoplay src="images/out/outrandom3.webm"></video> <</switch>> <</if>> <<if $mc.femi >= 7 && $thera.start >= 18 && $mc.saturation2 >= 6>> <video width="1300" autoplay loop src="images/out/outrandom4.webm"></video> <</if>> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Oh she is very tempting and sexy..<br> </div> <</timed>> <<timed 2s>> [[Stop looking|living room]] <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $thera.start < 77>> <video width="1300" autoplay src="images/home/sarahome6.webm"></video> <br> <<timed 1s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Mmm <<print $name>> I'm so horny today..<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I feel the same way.<br> </div> <</timed>> <<timed 3s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Ohh just fuck me right [[now|saramattliv2]] </div> <</timed>> <</if>> <<if $thera.start == 77>> <video width="1300" autoplay loop src="images/home/sarahome18.webm"></video> <br> <<timed 1s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Umm <<print $name>> I'm really trying to understand and..and I didn't say anything, but... you're a woman now?!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''It's hard to explain..really..hard Uhh.. I'm involved in something and I don't want to put you in danger... I was hoping it would clear up, but now.. I don't know anymore.<br> </div> <</timed>> <<timed 3s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Hmm I will try to trust you [[but a lot has changed|saramattliv2]] </div> <</timed>> <</if>> <<if $thera.start == 112>> <video width="1300" autoplay loop src="images/home/sarahome28.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Oh, hon..What happened? Why are you crying?<br> </div> <</timed>> <<timed 2s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''I can't stand it anymore, the constant changes and the disgusting landlord! I regret ever moving here.<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''What did he tell you?<br> </div> <</timed>> <<timed 4s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''He did, he...uhh..it doesn't matter! Can we get out of here? This is a [[terrible place|saramattliv2]] </div> <</timed>> <</if>> <<if $thera.start == 115>> <video width="1300" autoplay src="images/home/sarahome29.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Uhh.. honey, I have some bad news, the conversation didn't go as planned.<br> </div> <</timed>> <<timed 2s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''What? What are you [[trying to say?|saramattliv2]] </div> <</timed>> <</if>> <<if $thera.start == 129>> <video width="1300" autoplay loop src="images/home/sarabed3.webm"></video> <br> <<timed 1s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Uhh.. yes..unfortunately, what can I say..<br> </div> <</timed>> <<timed 2s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Ohh and you smell interesting, like pheromones or something. </div> <</timed>> <<timed 3s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Mmm That's very nice, thank you! [[Get up|bedroom][$thera.start to 130]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $thera.start < 77>> <video width="1300" autoplay src="images/home/sarahome7.webm"></video> <br> <<timed 1s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Uhh yes <<print $name>> I bet your dick is already hard..<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Umm uhh hmm..<br> </div> <</timed>> <<timed 5s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''What? Why? You are so soft..you don't want me? I'm not attractive to you? Ohh..<br> </div> <</timed>> <<timed 6s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I don't know what's going on..<br> </div> <</timed>> <<timed 6s>> [[Leave|living room]] <</timed>> <</if>> <<if $thera.start == 77>> <video width="1300" autoplay loop src="images/home/sarahome19.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I know honey...I was hoping you would help me...<br> </div> <</timed>> <<timed 2s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Okay I'll try... I even fantasized about having sex with a woman hehe<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Maybe you don't have to fantasize anymore.<br> </div> <</timed>> <<timed 4s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''We'll see. I'm glad we talked. [[Leave|living room6][$thera.start to 78]] </div> <</timed>> <</if>> <<if $thera.start == 112>> <video width="1300" autoplay loop src="images/home/sarahome28.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''We can do this...if you want. I'll finish things with the therapist and we can leave without regret.<br> </div> <</timed>> <<timed 2s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''You shouldn't do this now, she's very dangerous, look what she did to us.<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I'll just say goodbye to the girls, it'll be okay.<br> </div> <</timed>> <<timed 4s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''I hope you're right [[Leave|living room6][$thera.start to 113]] </div> <</timed>> <</if>> <<if $thera.start == 115>> <video width="1300" autoplay loop src="images/home/sarahome30.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''She's holding my mom's brother hostage, we can't leave right now.<br> </div> <</timed>> <<timed 2s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Fuck!! Why?! Why did you even go there?! Fuck!! [[I told you!|saramattliv3]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video width="1300" autoplay src="images/park/bench.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hmm I've seen that girl before..<br> </div> <</timed>> <<timed 2s>> [[Stop staring|home]] <</timed>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video width="1300" autoplay src="images/intro4.webm"></video> <br> Main character name (default: Matt)<br> <<textbox "$name" $name >> <br> <<button [[Confirm|start2]]>> <<set $name to $name.trim()>> <</button>> \
<<set $thera.start to 18>> <<set $mc.saturation2 to 6>> <<set $boss.michelle to 1>> <<set $matticon to "images/profiles/matticon2.png">> <<set $violet.lust to 1>> <<set $amanda.lust to 1>> <video width="1300" autoplay loop src="images/home/shower3.webm"></video> <br> <<timed 4s>> Fuuck! What? My facial hair? Uhh My facial hair is gone! I look younger..<br> <</timed>> <<timed 6s>> [[Time to go|bathroom]] @@.blink;<em>(<<print $name>> status has changed, unknown active substance, check the 'Characters' button)</em>@@ <</timed>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $mc.femi < 30 && $thera.start < 52 && $mc.saturation2 < 30 && $brad.start == 0>> <video width="1300" autoplay src="images/work/mattbrad2.webm"></video> <br> <<timed 2s>> <div class="icon iconbrad fadein"> [img[$bradicon]] ''Brad: ''New outfit and you can see the difference immediately!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Come on Brad..not today please..<br> </div> <</timed>> <<timed 4s>> <div class="icon iconbrad fadein"> [img[$bradicon]] ''Brad: ''Just kidding! Heh.. [[but|bradmatt2]] </div> <</timed>> <</if>> <<if $mc.femi >= 30 && $thera.start >= 52 && $mc.saturation2 >= 30 && $brad.start == 0>> <video width="1300" autoplay src="images/work/mattbrad4.webm"></video> <br> <<timed 2s>> <div class="icon iconbrad fadein"> [img[$bradicon]] ''Brad: ''Well, well new look again? Be careful, I'll start noticing you at work.<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Very funny, you better watch out for your girls!<br> </div> <</timed>> <<timed 4s>> <div class="icon iconbrad fadein"> [img[$bradicon]] ''Brad: ''Hehe I'm just [[teasing|bradmatt2]] </div> <</timed>> <</if>> <<if $brad.start == 1>> <video width="1300" autoplay src="images/work/mattbrad6.webm"></video> <br> <<timed 2s>> <div class="icon iconbrad fadein"> [img[$bradicon]] ''Brad: ''Mmm my favorite coworker..<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Brad! Come on uhh..this is ridiculous [[Stop!|work]] or [[....|work][$brad.start to 2]] </div> <</timed>> <</if>> <<if $brad.start == 2>> <video width="1300" autoplay loop src="images/work/mattbrad7.webm"></video> <br> <<timed 2s>> <div class="icon iconbrad fadein"> [img[$bradicon]] ''Brad: ''Hey..hehe How's your day going?<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ohh.. Brad! S..Sto..p mmmohh [[....|work][$brad.start to 3]] </div> <</timed>> <</if>> <<if $brad.start == 3>> <video width="1300" autoplay loop src="images/work/mattbrad8.webm"></video> <br> <<timed 1s>> <div class="icon iconbrad fadein"> [img[$bradicon]] ''Brad: ''Well.well heh..you look different again! That's interesting<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Brad..come on.. give it a [[rest|bradmatt2]] </div> <</timed>> <</if>> <<if $brad.start == 4>> <video width="1300" autoplay loop src="images/work/mattbrad8.webm"></video> <br> <<timed 1s>> <div class="icon iconbrad fadein"> [img[$bradicon]] ''Brad: ''Hey! I won't bother you anymore, princess!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hmm yea..right [[Go away|work]] </div> <</timed>> <</if>> <<if $brad.start == 5 && $wardrobe.outfit == 1>> <video width="1300" autoplay loop src="images/work/mattbrad11.webm"></video> <br> <<timed 1s>> <div class="icon iconbrad fadein"> [img[$bradicon]] ''Brad: ''Pretty cool, new skirt? You dressed up for me?<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''N..no..no! Umm..I want to look professional!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconbrad fadein"> [img[$bradicon]] ''Brad: ''Right..<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmichelle fadein"> [img[$michelleicon]] ''Michelle: ''Hey Brad! But I'm here, [[honey|bradmatt2]] </div> <</timed>> <</if>> <<if $brad.start == 6 && $wardrobe.outfit3 == 1>> <video width="1300" autoplay src="images/work/bradview.webm"></video> <br> <<timed 1s>> <div class="icon iconbrad fadein"> [img[$bradicon]] ''Brad: ''Hmm That's interesting, she's not as innocent as I [[thought|bradmatt2]] </div> <</timed>> <</if>> <<if $brad.start == 7>> <video width="1300" autoplay loop src="images/work/mattbrad15.webm"></video> <br> <<timed 1s>> <div class="icon iconbrad fadein"> [img[$bradicon]] ''Brad: ''Beautiful, lovely-smelling hair..<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Ohh no! Not again!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconbrad fadein"> [img[$bradicon]] ''Brad: ''You look very feminine <<print $name>>..<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Ssstop.. <em>(I immediately get wet and sweaty..why?)</em> [[Stop it|bradmatt2]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $mc.femi < 30 && $thera.start < 52 && $mc.saturation2 < 30 && $brad.start == 0>> <video width="1300" autoplay src="images/work/mattbrad3.webm"></video> <br> <<timed 2s>> <div class="icon iconbrad fadein"> [img[$bradicon]] ''Brad: ''that shiny skin is adorable..like a little boy's!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ehhh.. I better get back to work..<br> </div> <</timed>> <<timed 4s>> <div class="icon iconbrad fadein"> [img[$bradicon]] ''Brad: ''Hehe You definitely should! <<print $name>> [[Leave|work]] </div> <</timed>> <</if>> <<if $mc.femi >= 30 && $thera.start >= 52 && $mc.saturation2 >= 30 && $brad.start == 0>> <video width="1300" autoplay src="images/work/mattbrad5.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Mmmahh!! You better stop now..<br> <em>(I'm losing control around him, what's happening?)</em><br> </div> <</timed>> <<timed 2s>> <div class="icon iconbrad fadein"> [img[$bradicon]] ''Brad: ''Are you sure?<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: '' [[Yes! Go away!|work]] or [[....|work][$brad.start to 1]] </div> <</timed>> <</if>> <<if $brad.start == 3>> <video width="1300" autoplay src="images/work/mattbrad9.webm"></video> <br> <<timed 1s>> <div class="icon iconbrad fadein"> [img[$bradicon]] ''Brad: ''Why? will you cry...like a woman?<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''N..No! but I have bigger problems [[than you|bradmatt3]] </div> <</timed>> <</if>> <<if $brad.start == 5 && $wardrobe.outfit == 1>> <video width="1300" autoplay src="images/work/mattbrad12.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''<em>(Ugh, that slut again! She's always interfering!)</em><br> </div> <</timed>> <<timed 1s>> <div class="icon iconbrad fadein"> [img[$bradicon]] ''Brad: ''Sorry, I have to go now.<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Yeah, of course you have to [[Uhh!|bradmatt3]] </div> <</timed>> <</if>> <<if $brad.start == 6 && $wardrobe.outfit3 == 1>> <video width="1300" autoplay loop src="images/work/bradview2.webm"></video> <br> <<timed 1s>> <div class="icon iconbrad fadein"> [img[$bradicon]] ''Brad: ''Classic tits grab from behind, every girl likes it hehe [[Back to work|work]] </div> <</timed>> <</if>> <<if $brad.start == 7>> <video width="1300" autoplay loop src="images/work/mattbrad14.webm"></video> <br> <<timed 1s>> <div class="icon iconbrad fadein"> [img[$bradicon]] ''Brad: ''Come on, we're just having fun..<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Uhh I need to get the hang of it..<br> </div> <</timed>> <<timed 3s>> <div class="icon iconbrad fadein"> [img[$bradicon]] ''Brad: ''Someday you'll sit on my lap and we'll play.<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Ahh what? No, no! You must be joking [[Leave|work]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $mc.femi < 30 && $mc.saturation2 < 30>> <video width="1300" autoplay loop src="images/home/baddream.webm"></video> <br> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''No..No! I don't want that! Ughh..no..<br> </div> <<switch random(1,4)>> <<case 2>> [[Wake up|dream3]] <<default>> [[Wake up|bedroom]] <</switch>> <</if>> <!-- OLD SLEEP STAGE 1-2 ABOVE --> <<if $mc.femi >= 30 && $mc.saturation2 >= 30 && $thera.start < 76>> <<switch random (1,6)>> <<case 1>> <video width="1300" autoplay loop src="images/home/baddream5.webm"></video> <br> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''What is this! Strange...<br> </div> [[Wake up|bedroom]] <<case 2 5>> <video width="1300" autoplay loop src="images/home/dream7.webm"> </video> <br> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Aghh no..ahh too big!! No!!<br> </div> [[Wake up|bedroom]] <<case 3>> <video width="1300" autoplay loop src="images/home/dream8.webm"> </video> <br> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''What is this! Strange...<br> </div> [[Wake up|bedroom]] <<case 4 6>> <video width="1300" autoplay loop src="images/home/dream9.webm"> </video> <br> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ahh stop! I don't look like that, stop it!<br> </div> [[Wake up|bedroom]] <</switch>> <</if>> <!-- OLD SLEEP STAGE 3 ABOVE --> <<if $mc.femi >= 60 && $mc.saturation2 >= 60 && $thera.start == 76>> <<set $matticon to "images/profiles/matticon4.png">> <video width="1300" autoplay src="images/home/trans6.webm"> </video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Something is wrong..I feel weird<br> <<timed 2s>> [[Examine yourself|dream3]] <</timed>> </div> <</timed>> <</if>> <<if $mc.femi >= 60 && $mc.saturation2 >= 60 && $thera.start >= 77 && $thera.start < 82>> <video width="1300" autoplay loop src="images/home/dream10.webm"> </video> <br> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ahh stop! This is bad!! I don't want this! [[Wake up|bedroom]] <<if $mc.lust < 20>> or @@.blink;Mmm..I wonder what it feels.. hard dick [[inside you|bedroom][$mc.lust to Math.clamp($mc.lust + 1, 0, 20);]]@@<</if>> </div> <</if>> <<if $mc.femi >= 60 && $mc.saturation2 >= 60 && $thera.start >= 82 && $thera.start < 128>> <<if $boss.start < 9 && $wardrobe.start == 0>> <video width="1300" autoplay loop src="images/home/dream11.webm"> </video> <br> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Mmm new makeup and perky boobs, oh yeah! [[Wake up|bedroom]] <<if $mc.lust < 25>> and @@.blink;[[you like it!|bedroom][$mc.lust to Math.clamp($mc.lust + 1, 0, 25);$mc.mood to Math.clamp($mc.mood + 1, 0, 30);]]@@<</if>> </div> <</if>> <<if $boss.start >= 9 && $wardrobe.start == 0>> <video width="1300" autoplay loop src="images/home/dream12.webm"> </video> <br> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''What?! I didn't expect this! <<timed 1s>> [[I do!|dream3]] or [[Skip|bedroom]] <</timed>> </div> <</if>> <<if $boss.start >= 9 && $wardrobe.start == 1 && $daddy.start < 4>> <video width="1300" autoplay loop src="images/home/dream14.webm"> </video> <br> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ohh yes boys! I'm the hottest in the office! Fuck you, Michelle!<br> <<timed 1s>> [[Wake up|bedroom]] <</timed>> </div> <</if>> <<if $boss.start >= 9 && $wardrobe.start == 1 && $daddy.start >= 4 && $thera.start < 114>> <video width="1300" autoplay loop src="images/home/dream15.webm"> </video> <br> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ohh daddy mmm I feel so safe right now!<br> <<timed 1s>> <<if $mc.lust < 37>> @@.blink;[[You're daddy's girl|bedroom][$mc.lust to Math.clamp($mc.lust + 1, 0, 37);]]@@ or <</if>> [[Wake up|bedroom]] <</timed>> </div> <</if>> <<if $boss.start >= 9 && $wardrobe.start == 1 && $daddy.start >= 4 && $thera.start >= 114 && $wardrobe.outfit3 == 0>> <video width="1300" autoplay loop src="images/home/dream16.webm"> </video> <br> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''That's weird.. what does that even mean?<br> <<timed 1s>> [[Wake up|bedroom]] <</timed>> </div> <</if>> <<if $boss.start >= 9 && $wardrobe.start == 1 && $daddy.start >= 4 && $thera.start >= 114 && $wardrobe.outfit3 == 1>> <video width="1300" autoplay loop src="images/home/dream17.webm"> </video> <br> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Mmm naughty girl in the office uhh..<br> <<timed 1s>> [[Wake up|bedroom]] <</timed>> </div> <</if>> <</if>> <!-- OLD SLEEP STAGE 4 ABOVE --> <<if $mc.femi >= 60 && $mc.saturation2 >= 60 && $thera.start == 128>> <<set $matticon to "images/profiles/matticon5.png">> <video width="1300" autoplay src="images/home/trans9.webm"> </video> <br> <<timed 2s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''I'm afraid to look at me..uhh<br> <<timed 2s>> [[Examine yourself|dream3]] <</timed>> </div> <</timed>> <</if>> <!-- STAGE 5 BELOW --> <<if $mc.femi >= 85 && $mc.saturation2 >= 90 && $thera.start >= 129 && $thera.start < 147>> <video width="1300" autoplay loop src="images/home/dream18.webm"> </video> <br> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Mmm long sexy hair..I can feel them on my shoulders oohhh<br> <<timed 1s>> [[Wake up|bedroom]] <</timed>> </div> <</if>> <<if $mc.femi >= 85 && $mc.saturation2 >= 90 && $thera.start >= 147>> <video width="1300" autoplay loop src="images/home/dream19.webm"> </video> <br> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Hmm A new important client..what will happen?<br> <<timed 1s>> [[Wake up|bedroom]] <</timed>> </div> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $mc.femi <= 7 && $mc.saturation2 <= 6 && $thera.start < 37>> <video width="1300" autoplay src="images/home/baddream2.webm"></video> <br> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ahhh!! Nooo!!<br> </div> <<timed 1s>> [[Wake up!!|dream4]] <</timed>> <<elseif $mc.femi >= 7 && $mc.saturation2 >= 6 && $thera.start >= 37 && $thera.start < 76>> <video width="1300" autoplay loop src="images/home/baddream4.webm"></video> <br> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ahhh!! Nooo!!<br> </div> <<timed 1s>> [[Wake up!!|dream4]] <</timed>> <</if>> <!-- OLD SLEEP STAGE 3 ABOVE --> <<if $mc.femi >= 60 && $mc.saturation2 >= 60 && $thera.start == 76>> <video width="1300" autoplay loop src="images/home/trans7.webm"> </video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I have a pussy?! Fuck! So delicate and sensitive! Ahhh!! <br> <<timed 3s>> [[I have to stop!|dream4]] <</timed>> </div> <</timed>> <</if>> <<if $mc.femi >= 60 && $mc.saturation2 >= 60 && $thera.start >= 82 && $thera.start < 128>> <<if $boss.start >= 9>> <video width="1300" autoplay loop src="images/home/dream13.webm"> </video> <br> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Oh! You may kiss your wife! <<timed 2s>> [[Wake up!!|bedroom]] <</timed>> </div> <</if>> <</if>> <!-- OLD SLEEP STAGE 4 ABOVE --> <<if $mc.femi >= 60 && $mc.saturation2 >= 60 && $thera.start == 128>> <<set $matticon to "images/profiles/matticon5.png">> <video width="1300" autoplay src="images/home/trans10.webm"> </video> <br> <<timed 2s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Hmm longer hair? Okay.. and bigger ohh boobs? Not bad...I guess? <<timed 2s>> [[Get up|bedroom][$mc.femi to 85;$mc.saturation2 to 90;$mc.mind -= 1;$mc.heels += 5;$mc.saturation += 5;$thera.start to 129;$mirror.start to 10;]] <br>@@.blink;<em>(<<print $name>> status has changed, check the 'Characters' button)</em>@@ <</timed>> </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $thera.start < 76>> <video width="1300" autoplay loop src="images/home/baddream3.webm"></video> <br> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Damn..ohh..what a nightmare! Jesus!!<br> </div> <<timed 1s>> [[Get up|bedroom]] <</timed>> <</if>> <!-- OLD SLEEP STAGE 3 ABOVE --> <<if $mc.femi >= 60 && $mc.saturation2 >= 60 && $thera.start == 76>> <video width="1300" autoplay loop src="images/home/trans8.webm"> </video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ohh..that was intense..I'm starting a new day..<br> <<timed 3s>> [[Get up and decide what to do next|bedroom][$thera.start to 77]] @@.blink;<em>(<<print $name>> status has changed, unknown active substance, check the 'Characters' button)</em>@@ <</timed>> </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $amanda.start == 1>> <video width="1300" autoplay src="images/sis/amanda7.webm"></video> <br> <<timed 2s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''She's an adult woman, she knows what she's doing, it's her life.<br> </div> <</timed>> <<timed 3s>> <div class="icon iconamanda fadein"> [img[$amaicon]] ''Amanda: ''Thank you, Sara! Bye! <<print $name>>! [[It was nice seeing you!|home][$amanda.start to 2;$amanda.bbc +=1;$amanda.lust +=1;$timeofday to 5;]] </div> <</timed>> <</if>> <<if $amanda.start == 2>> <video width="1300" autoplay src="images/sis/amanda10.webm"></video> <br> <<timed 1s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Hmm He looks very strong and dominant, congratulations Amanda!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconamanda fadein"> [img[$amaicon]] ''Amanda: ''Thanks, but remember - he's mine.<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Whaat? Umm okay, well nice that you dropped by, [[see you soon ughh..|home][$amanda.start to 3;$amanda.bbc +=1;$amanda.lust +=1;$timeofday to 5;]] <br>@@.blink;<em>(Amanda status has changed, check the 'Characters' button)</em>@@ <br>@@.blink;<em>(New character added, check the 'Characters' button)</em>@@ <br>@@.blink;<em>(Sara's Instagram updated - Laptop)</em>@@ </div> <</timed>> <</if>> <<if $amanda.start == 10>> <video width="1300" autoplay src="images/sis/sismakeup3.webm"></video> <br> <<timed 1s>> <div class="icon iconviolet fadein"> [img[$violeticon]] ''Violet: ''It looks pretty cool!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconamanda fadein"> [img[$amaicon]] ''Amanda: ''Three sisters on charge!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Three sisters? I don't know..<br> </div> <</timed>> <<timed 5s>> <div class="icon iconviolet fadein"> [img[$violeticon]] ''Violet: ''Don't whine! It's fun, we should do it again sometime.[[Bye!|home][$amanda.start to 11;$timeofday to 5;]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $apart.landlord == 1>> <div class="fadein"> <video width="1300" autoplay src="images/home/landlord.webm"></video> </div> <br> <<timed 2s>> <div class="icon fadein"> [img[$landlordicon]] ''Landlord: ''Hi everyone! You didn't pay your rent, no good, no good..<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ughh really sorry sir! Well I've had some cash problems lately..<br> </div> <</timed>> <<timed 4s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Hello sir!<br> </div> <</timed>> <<timed 5s>> <div class="icon fadein"> [img[$landlordicon]] ''Landlord: ''Oh Hello beautiful!<br> </div> <</timed>> <<timed 6s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''This is my wife - Sara.<br> </div> <</timed>> <<timed 7s>> <div class="icon fadein"> [img[$landlordicon]] ''Landlord: ''This is your beautiful wife? Okay hehe you know what let's forget about this rent..<br>we'll deal with it another time! [[Bye|home][$apart.landlord to 2]] </div> <</timed>> <</if>> <<if $apart.landlord == 3>> <div class="fadein"> <video width="1300" autoplay src="images/home/landlord2.webm"></video> </div> <br> <<timed 2s>> <div class="icon fadein"> [img[$landlordicon]] ''Landlord: ''Hello hehe I wanted to talk about the rent..<br> </div> <</timed>> <<timed 3s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Really? My husband is at work so..<br> </div> <</timed>> <<timed 4s>> <div class="icon fadein"> [img[$landlordicon]] ''Landlord: ''Don't worry my dear..hehe it's even [[better for us|landlord2]] </div> <</timed>> <</if>> <<if $apart.landlord == 4>> <div class="fadein"> <video width="1300" autoplay src="images/home/landlord5.webm"></video> </div> <br> <<timed 2s>> <div class="icon fadein"> [img[$landlordicon]] ''Landlord: ''Well, well heheou look great, did you get all dressed up for me?<br> </div> <</timed>> <<timed 3s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Hah..no..what do you want?<br> </div> <</timed>> <<timed 4s>> <div class="icon fadein"> [img[$landlordicon]] ''Landlord: ''You know very well what I [[want|landlord2]] </div> <</timed>> <</if>> <<if $apart.landlord == 5>> <div class="fadein"> <video width="1300" autoplay src="images/home/landlord5.webm"></video> </div> <br> <<timed 2s>> <div class="icon fadein"> [img[$landlordicon]] ''Landlord: ''Hello again hehe<br> </div> <</timed>> <<timed 3s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Ohh just go away..<br> </div> <</timed>> <<timed 4s>> <div class="icon fadein"> [img[$landlordicon]] ''Landlord: ''Don't be so harsh on me [[princess|landlord2]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $boss.start == 0>> <video width="1300" autoplay src="images/work/mattoffice5.webm"></video> <br> <<timed 1s>> <div class="icon iconboss fadein"> [img[$bossicon]] ''Boss: ''Ehmm <<= $name>> Maybe at least try to sell something today, okay?<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Umm yes sir..uhh..right away sir.[[Back to work|work][$boss.start to 1]]<br> </div> <</timed>> <</if>>
<<if ndef $reporter>> <<set $reporter to 0>> <<set $reportericon to "images/profiles/reportericon.png">> <</if>> <<if $reporter == 0>> <video width="1300" autoplay src="images/thera/reporter.webm"></video> <br> <<timed 2s>> <div class="icon fadein"> [img[$reportericon]] ''Reporter: ''Excuse me, sir! I see you're going to the clinic. Do you know anything about the strange experiments going on at this clinic?<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''What? Eee no.. no! Sorry! I have to [[go now|reporter2]] </div> <</timed>> <</if>> <<if $reporter == 1>> <video width="1300" autoplay src="images/thera/reporter3.webm"></video> <br> <<timed 1s>> <div class="icon fadein"> [img[$reportericon]] ''Reporter: ''I just want to talk! Come on.. give me a chance!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''No, no, thank you..<br> </div> <</timed>> <<timed 3s>> <div class="icon fadein"> [img[$reportericon]] ''Reporter: ''Listen, I know you don't trust me, give me 5 minutes and I'll go away! I promise!<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''Hmm okay..there is a cafe nearby, we can [[talk there|reporter2]] </div> <</timed>> <</if>> <<if $reporter == 3>> <video width="1300" autoplay src="images/thera/reporter8.webm"></video> <br> <<timed 1s>> <div class="icon fadein"> [img[$reportericon]] ''Reporter: ''Hey <<= $name>>! Wait! [[It's me!|reporter2]] </div> <</timed>> <</if>>
<<if $reporter == 0>> <video width="1300" autoplay src="images/thera/reporter2.webm"></video> <br> <<timed 2s>> <div class="icon fadein"> [img[$reportericon]] ''Reporter: ''Okay but why are you running sir?<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''No! I'm not running!<br> </div> <</timed>> <<timed 4s>> <div class="icon fadein"> [img[$reportericon]] ''Reporter: ''Haha! Yes you do!<br> </div> <</timed>> <<timed 5s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''No! Uff no I don't..bye!! [[Run away|therapist][$reporter to 1]] <br>@@.blink;<em>(New character added, check the 'Characters' button)</em>@@ </div> <</timed>> <</if>> <<if $reporter == 1>> <style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video width="1300" autoplay src="images/thera/reporter4.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''We can sit down and talk...I hope no one notices us.<br> </div> <</timed>> <<timed 2s>> <div class="icon fadein"> [img[$reportericon]] ''Reporter: ''Of course, thank you for [[trusting me|reporter3]] </div> <</timed>> <</if>> <<if $reporter == 3>> <style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video width="1300" autoplay src="images/thera/reporter9.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''Huh? Um..oh..Hi!<br> </div> <</timed>> <<timed 2s>> <div class="icon fadein"> [img[$reportericon]] ''Reporter: ''Hello! It's good to see you. I have important information for [[you|reporter3]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $mc.femi < 30 && $thera.start < 52 && $mc.saturation2 < 30>> <video width="1300" autoplay src="images/home/saramast.webm"></video> <br> <<timed 2s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Mmm yess I need a strong horny man!<br> </div> <div class="fadein"> [[Work|work]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $boss.start == 1>> <video width="1300" autoplay src="images/work/mattoffice6.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hello sir! Umm I have a special offer for you, a big house for a really low price! Special prices only at our agency!<br> </div> <</timed>> <<timed 2s>> <div class="icon fadein"> ''Client: ''Okay, how much?<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''How..how much..hmm uhh okay, just..I check in the system..<br> </div> <</timed>> <<timed 4s>> <div class="icon fadein"> ''Client: ''Don't you know? Then don't waste my time, loser.<br> </div> <</timed>> <<timed 5s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Uhh damn..Guess I’m not as good of a small talker as I thought.. <br> Michelle or Brad they are very good at it..and they look hot!<br> [[Back to work|work][$boss.start to 2]] </div> <</timed>> <</if>>
<video width="1300" autoplay loop src="images/home/mastshower.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''Ahh come on! Why is he so soft? Uhhh..It's useless..<br> </div> <</timed>> <<timed 2s>> [[Stop doing this|bathroom]] <</timed>>
<<script>>Save.slots.save(1, "Autosave - household chores")<</script>> <video width="1300" autoplay src="images/home/housework4.webm"></video> <br> <<timed 1s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Listen, honey..since you're not fully..hmmm a man, it's time for housework, taking out the trash, vacuuming, washing up, starting tomorrow!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ugh..umm okay..as you wish, dear.. <br>@@.blink;<em>(Starting Monday, <<print $name>> has to check the apartment after work for household chores: house, living room, kitchen). Remember to clean up these three places by next Sunday.</em>@@ <br> [[Bedroom|bedroom][$housework.start to 2;]] </div> <</timed>>
<div class="fadein"> <<if $mc.femi < 30 && $mc.saturation2 < 30>> <video width="1300" autoplay src="images/home/housework.webm"></video> <<elseif $mc.femi >= 30 && $thera.start >= 51 && $mc.saturation2 >= 30 && $mc.saturation2 < 60 && $thera.start < 77>> <video width="1300" autoplay src="images/home/housework7.webm"></video> <<elseif $mc.femi >= 60 && $mc.femi < 85 && $mc.saturation2 >= 60 && $mc.saturation2 < 90 && $thera.start >= 77 && $thera.start < 129 >> <video width="1300" autoplay loop src="images/home/housework9.webm"></video> <<elseif $mc.femi >= 85 && $mc.saturation2 >= 90 && $thera.start >= 129>> <video width="1300" autoplay loop src="images/home/housework12.webm"></video> <</if>> </div> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Uhh..it really stinks.. [[Go back inside|home][$timeofday to 5]] </div> <</timed>>
<div class="fadein"> <<if $mc.femi < 30 && $mc.saturation2 < 30>> <video width="1300" autoplay src="images/home/housework2.webm"></video> <<elseif $mc.femi >= 30 && $thera.start >= 51 && $mc.saturation2 >= 30 && $sara.saturation < 10>> <video width="1300" autoplay src="images/home/housework5.webm"></video> <<elseif $mc.femi >= 30 && $thera.start >= 51 && $mc.saturation2 >= 30 && $sara.saturation >= 10 && $mc.saturation2 < 60 && $thera.start < 77>> <video width="1300" autoplay loop src="images/home/housework8.webm"> </video> <<elseif $mc.femi >= 60 && $mc.femi < 85 && $mc.saturation2 >= 60 && $mc.saturation2 < 90 && $thera.start >= 77 && $thera.start < 129 >> <video width="1300" autoplay loop src="images/home/housework10.webm"> </video> <<elseif $mc.femi >= 85 && $mc.saturation2 >= 90 && $thera.start >= 129>> <video width="1300" autoplay loop src="images/home/housework14.webm"> </video> <</if>> </div> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Well..hmm time to do the dishes.. <br> </div> <</timed>> <<timed 2s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Wash thoroughly!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ahh!! Yes! Of course, honey..uhh <br> [[After some time|home][$timeofday to 5]] </div> <</timed>>
<div class="fadein"> <<if $mc.femi < 30 && $mc.saturation2 < 30>> <video width="1300" autoplay src="images/home/housework3.webm"></video> <<elseif $mc.femi >= 30 && $thera.start >= 51 && $mc.saturation2 >= 30 && $mc.saturation2 < 60 && $thera.start < 77>> <video width="1300" autoplay src="images/home/housework6.webm"></video> <<elseif $mc.femi >= 60 && $mc.femi < 85 && $mc.saturation2 >= 60 && $mc.saturation2 < 90 && $thera.start >= 77 && $thera.start < 129 >> <video width="1300" autoplay loop src="images/home/housework11.webm"></video> <<elseif $mc.femi >= 85 && $mc.saturation2 >= 90 && $thera.start >= 129>> <video width="1300" autoplay loop src="images/home/housework13.webm"></video> <</if>> </div> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Okay, you do what you have to do, no excuses. <br> [[Enough|home][$timeofday to 5]] </div> <</timed>>
<<if $reporter == 1>> <style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video width="1300" autoplay src="images/thera/reporter5.webm"></video> <br> <<timed 1s>> <div class="icon fadein"> [img[$reportericon]] ''Reporter: ''I wanted to tell you that I know the situation of this mysterious clinic.<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''Okay..but what exactly do you mean?<br> </div> <</timed>> <<timed 3s>> <div class="icon fadein"> [img[$reportericon]] ''Reporter: ''For about a year now, I have been investigating the mysterious disappearances of people who were treated at this clinic.<br> </div> <</timed>> <<timed 4s>> <div class="icon fadein"> [img[$reportericon]] ''Reporter: ''The sexy therapist has a lot to do with it, unfortunately there is no proof because the witnesses disappear.. What's more interesting is that before they disappear, their appearance and behavior [[change|reporter4]] </div> <</timed>> <</if>> <<if $reporter == 3>> <style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video width="1300" autoplay loop src="images/thera/reporter10.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''Hey! What this!! Leave her alone!<br> </div> <</timed>> <<timed 2s>> <div class="icon fadein"> [img[$reportericon]] ''Reporter: ''Ahhh Fuck off!!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''What's going on?? [[Fuck!!|reporter4]] </div> <</timed>> <</if>>
<<if $reporter == 1>> <style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video width="1300" autoplay src="images/thera/reporter6.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''That's interesting, keep talking.<br> </div> <</timed>> <<timed 2s>> <div class="icon fadein"> [img[$reportericon]] ''Reporter: ''Umm okay..so..I suspect some kind of gene therapy and brainwashing. <br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''But why do they do such terrible things?<br> </div> <</timed>> <<timed 4s>> <div class="icon fadein"> [img[$reportericon]] ''Reporter: ''Maybe control over people.. influence over them, human trafficking..who knows..If this therapy works the possibilities are endless.<br> </div> <</timed>> <<timed 5s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''Okay but even if it's true, what do you expect [[from me?|reporter5]] </div> <</timed>> <</if>> <<if $reporter == 3>> <style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video width="1300" autoplay src="images/thera/reporter11.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''They took her... but why? What's going on here?!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''It's hard to believe.. oh ..what should [[I do now|business district][$reporter to 4]] </div> <</timed>> <</if>>
<<if $reporter == 1>> <style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video width="1300" autoplay src="images/thera/reporter7.webm"></video> <br> <<timed 1s>> <div class="icon fadein"> [img[$reportericon]] ''Reporter: ''Secretly observe the therapist, maybe you will get some information about the therapy or patient data.<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''Hmm I'll think about it..<br> </div> <</timed>> <<timed 3s>> <div class="icon fadein"> [img[$reportericon]] ''Reporter: ''I know it's a lot, but you can save these patients.<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''I'm not promising anything but I'll think about it and for now.. [[I have to go|therapist][$reporter to 2]] </div> <</timed>> <</if>>
<<if $mc.femi >= 30 && $thera.start >= 52 && $thera.start < 129 && $mc.saturation2 >= 30 && $mc.saturation2 < 90>> <div class="fadein"> <video width="1300" autoplay src="images/home/choresend3.webm"></video> </div> <<elseif $mc.femi >= 85 && $mc.saturation2 >= 90 && $thera.start >= 129>> <div class="fadein"> <video width="1300" autoplay src="images/home/choresend5.webm"></video> </div> <<else>> <div class="fadein"> <video width="1300" autoplay src="images/home/choresend.webm"></video> </div> <</if>> <br> <<timed 1s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Jesus Christ <<= $name>>!! Can you really not do a few simple household chores?!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''Ughhh..I guess somehow I must've forgotten that..sorry..<br> </div> <</timed>> <<timed 3s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''You sorry?! Go back to your beloved mommy, she'll do everything for you!<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''I've really messed things up..[[Leave|chores bad end2]] </div> <</timed>>
<<if $mc.femi >= 30 && $thera.start >= 52 && $thera.start < 129 && $mc.saturation2 >= 30 && $mc.saturation2 < 90>> <div class="fadein"> <video width="1300" autoplay src="images/home/choresend4.webm"></video> </div> <<elseif $mc.femi >= 85 && $mc.saturation2 >= 90 && $thera.start >= 129>> <div class="fadein"> <video width="1300" autoplay src="images/home/choresend6.webm"></video> </div> <<else>> <div class="fadein"> <video width="1300" autoplay src="images/home/choresend2.webm"></video> </div> <</if>> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''Ummm Hi mom...<br> </div> <</timed>> <<timed 2s>> <div class="icon fadein"> <center><h2>THE END</h2></center> </div> <</timed>>
<h4>Reply to customer emails (Your score: <<= $clientmail.score>>%)</h4> <hr> <<switch random (1,7)>> <<case 1>> <<set $clientmail.type to 1>> [img[images/work/house1.jpg]] <<case 2>> <<set $clientmail.type to 2>> [img[images/work/house2.jpg]] <<case 3>> <<set $clientmail.type to 3>> [img[images/work/house3.jpg]] <<case 4>> <<set $clientmail.type to 4>> [img[images/work/house4.jpg]] <<case 5>> <<set $clientmail.type to 5>> [img[images/work/house5.jpg]] <<case 6>> <<set $clientmail.type to 6>> [img[images/work/house6.jpg]] <<case 7>> <<set $clientmail.type to 7>> [img[images/work/house7.jpg]] <</switch>> <br> I'm looking for this type of house, what can you advise me?<br> <hr> Your answer is:<br> You should definitely check out our offer of houses like:<br> <<if $clientmail.type == 1>> [[Single-family|good house]] [[Townouse|bad house]] [[Multifamily|bad house]] [[Modular home|bad house]] [[Bunglalow|bad house]] [[Ranch home|bad house]] [[Condos & Co-ops|bad house]] <</if>> <<if $clientmail.type == 2>> [[Single-family|bad house]] [[Townouse|good house]] [[Multifamily|bad house]] [[Modular home|bad house]] [[Bunglalow|bad house]] [[Ranch home|bad house]] [[Condos & Co-ops|bad house]] <</if>> <<if $clientmail.type == 3>> [[Single-family|bad house]] [[Townouse|bad house]] [[Multifamily|good house]] [[Modular home|bad house]] [[Bunglalow|bad house]] [[Ranch home|bad house]] [[Condos & Co-ops|bad house]] <</if>> <<if $clientmail.type == 4>> [[Single-family|bad house]] [[Townouse|bad house]] [[Multifamily|bad house]] [[Modular home|good house]] [[Bunglalow|bad house]] [[Ranch home|bad house]] [[Condos & Co-ops|bad house]] <</if>> <<if $clientmail.type == 5>> [[Single-family|bad house]] [[Townouse|bad house]] [[Multifamily|bad house]] [[Modular home|bad house]] [[Bunglalow|good house]] [[Ranch home|bad house]] [[Condos & Co-ops|bad house]] <</if>> <<if $clientmail.type == 6>> [[Single-family|bad house]] [[Townouse|bad house]] [[Multifamily|bad house]] [[Modular home|bad house]] [[Bunglalow|bad house]] [[Ranch home|good house]] [[Condos & Co-ops|bad house]] <</if>> <<if $clientmail.type == 7>> [[Single-family|bad house]] [[Townouse|bad house]] [[Multifamily|bad house]] [[Modular home|bad house]] [[Bunglalow|bad house]] [[Ranch home|bad house]] [[Condos & Co-ops|good house]] <</if>> <br> <hr> [[Help|clientmail help]] (Your score: <<= $clientmail.score>>%)
<<set $clientmail.score to Math.clamp($clientmail.score + 10, 0, 100)>> <video width="1000" autoplay src="images/work/goodhouse.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Good job hehe I'm done for today!<br> @@.blink;<em>(Your productivity score + 10!)</em>@@<br> [[Leave|work][$clientmail.active to 1]] </div> <</timed>>
<<set $clientmail.score to Math.clamp($clientmail.score - 10, 0, 100)>> <video width="1000" autoplay src="images/work/badhouse.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''No good..<br> @@.blink;<em>(Your productivity score drops by 10!)</em>@@<br> [[Leave|work][$clientmail.active to 1]] </div> <</timed>>
[img[images/work/clientmailhelp.jpg]] <br> Advise on suitable house types based on customer photos.<br> Each wrong answer lowers your score.<br> A score of 0% means you will be fired from your job.<br> <<back>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $mc.femi >= 30 && $mc.saturation2 >= 30>> <video width="1300" autoplay src="images/work/clientmailend2.webm"></video> <<else>> <video width="1300" autoplay src="images/work/clientmailend.webm"></video> <</if>> <br> <<timed 1s>> <div class="icon iconboss fadein"> [img[$bossicon]] ''Boss: ''Ehmm sorry <<= $name>> but I think you're a total moron and I have to fire you! <br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ughh no...<br> </div> <</timed>>
<video width="1300" autoplay src="images/thera/bragame.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''I have a task for you, [[look|bragame]] </div> <</timed>>
<h4>Answer the question.</h4> <hr> <<switch random (1,5)>> <<case 1>> <<set $bragame.type to 1>> [img[images/thera/bralette.jpg]] <<case 2>> <<set $bragame.type to 2>> [img[images/thera/strapless.jpg]] <<case 3>> <<set $bragame.type to 3>> [img[images/thera/balconette.jpg]] <<case 4>> <<set $bragame.type to 4>> [img[images/thera/sports.jpg]] <<case 5>> <<set $bragame.type to 5>> [img[images/thera/push.jpg]] <</switch>> <br> So..<<print $name>> what type of bra is it??<br> <hr> Your answer is:<br> This is definitely:<br> <<if $bragame.type == 1>> [[Bralette|good bra]] [[Strapless|bad bra]] [[Balconette|bad bra]] [[Sports|bad bra]] [[Push Up|bad bra]] <</if>> <<if $bragame.type == 2>> [[Bralette|bad bra]] [[Strapless|good bra]] [[Balconette|bad bra]] [[Sports|bad bra]] [[Push Up|bad bra]] <</if>> <<if $bragame.type == 3>> [[Bralette|bad bra]] [[Strapless|bad bra]] [[Balconette|good bra]] [[Sports|bad bra]] [[Push Up|bad bra]] <</if>> <<if $bragame.type == 4>> [[Bralette|bad bra]] [[Strapless|bad bra]] [[Balconette|bad bra]] [[Sports|good bra]] [[Push Up|bad bra]] <</if>> <<if $bragame.type == 5>> [[Bralette|bad bra]] [[Strapless|bad bra]] [[Balconette|bad bra]] [[Sports|bad bra]] [[Push Up|good bra]] <</if>> <br> <hr> [[Help|bragame help]]
<video width="1300" autoplay src="images/thera/bragame2.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Wow! Very good <<print $name>>. I am very satisfied.<br> [[Next|therapist session part2]] </div> <</timed>>
<video width="1300" autoplay src="images/thera/bragame3.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Oh! Jesus Christ are you stupid or what?! You're showing the wrong bra you idiot!<br> [[Leave|business district]] </div> <</timed>>
[img[images/thera/bratype.jpg]] <br> There are different types of bras and they have different purposes and properties. <br> <<back>>
<<if $amir ==3>> <video width="1300" autoplay loop src="images/home/mattcall.webm"></video> <br> <<timed 1s>> <div class="icon fadein"> [img[$amiricon]] ''Amir: ''Hey, it's me Amir..umm.. you might not have recognized me because my voice has changed..<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Yeah..I remember uhh of course, how are you?<br> </div> <</timed>> <<timed 3s>> <div class="icon fadein"> [img[$amiricon]] ''Amir: ''Good, good..umm.. nice of you to ask...maybe we could meet and talk?<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Sure..we can, why not..Maybe tomorrow?<br> </div> <</timed>> <<timed 5s>> <div class="icon fadein"> [img[$amiricon]] ''Amir: ''Excellent! I'll send you my address, see you then! [[Hang up|home][$amir to 4]]<br> </div> <</timed>> <</if>> <<if $amir == 6>> <style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video width="1300" autoplay src="images/park/amir8.webm"></video> <br> <<timed 1s>> <div class="icon fadein"> [img[$amiricon]] ''Amir: ''Hey <<print $name>> Nice to see you again and..you can call me Amira from [[now on|amir stage3-2]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $amir ==6>> <video width="1300" autoplay src="images/park/amir9.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Wow! Damn! Uhh I didn't expect this!<br> </div> <</timed>> <<timed 2s>> <div class="icon fadein"> [img[$amiricon]] ''Amira: ''I improved a few things..but..do you like it?<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Well..yeah..you know uhh.. You look very pretty!<br> </div> <</timed>> <<timed 4s>> <div class="icon fadein"> [img[$amiricon]] ''Amira: ''I was hoping you would say [[that|amir stage3-3]]<br> </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $amir ==6>> <video width="1300" autoplay src="images/park/amir10.webm"></video> <br> <<timed 1s>> <div class="icon fadein"> [img[$amiricon]] ''Amira: ''Your opinion is very important to me and... thank you for supporting me.<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Umm...This is what good friends do.<br> </div> <</timed>> <<timed 3s>> <div class="icon fadein"> [img[$amiricon]] ''Amira: ''Hehe yes..very good friens <<print $name>>! I'd like to see you much more often from [[now on|amir stage3-4]]<br> </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $amir ==6>> <video width="1300" autoplay src="images/park/amir11.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I think the same way..Amira.<br> </div> <</timed>> <<timed 2s>> <div class="icon fadein"> [img[$amiricon]] ''Amira: ''Mmm I like it when you say my name.<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''It's very pretty hehe!<br> @@.blink;<em>(Ahh My dick is starting to move! What's going on?!)</em>@@ </div> <</timed>> <<timed 4s>> <div class="icon fadein"> [img[$amiricon]] ''Amira: ''It's really great to see you.<br> </div> <</timed>> <<timed 5s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ughh..yeah..umm..maybe we could [[sit down?|amir stage3-5]]<br> </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $amir ==6>> <video width="1300" autoplay src="images/park/amir12.webm"></video> <br> <<timed 1s>> <div class="icon fadein"> [img[$amiricon]] ''Amira: ''<<print $name>> everything's all right?<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''It's very hot today hehe<br> @@.blink;<em>(Fuck! My dick don't stop! Ahh keeps growing!)</em>@@ </div> <</timed>> <<timed 3s>> <div class="icon fadein"> [img[$amiricon]] ''Amira: ''That's true, but don't worry, you're in good hands, [[honey|amir stage3-6]]<br> </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $amir == 6>> <video width="1300" autoplay src="images/park/amir13.webm"></video> <br> <<timed 1s>> <div class="icon fadein"> [img[$amiricon]] ''Amira: ''Oh my <<print $name>> your d...<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ahh sorry but..I have to go home now!<br> @@.blink;<em>(This is embarrassing!)</em>@@ </div> <</timed>> <<timed 3s>> <div class="icon fadein"> [img[$amiricon]] ''Amira: ''No! Listen <<print $name>>. It's very cute! Really! Don't worry about it! Stay please!<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Uhh..You're very kind but I'd better go.. let's meet [[another time|home]] <br>@@.blink;<em>(Character status changed, check the 'Characters' button) and Instagram</em>@@ </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $violet.start == 2>> <video width="1300" autoplay src="images/sis/violetnewcar3.webm"></video> <br> <<timed 2s>> <div class="fadein icon"> ''Guy: ''Hey, I don't have time now, we'll deal with it later! Bye!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hey stop!<br> </div> <</timed>> <<timed 4s>> <div class="icon iconviolet fadein"> [img[$violeticon]] ''Violet: ''What? Are you crazy? I can't [[believe it!|home][$violet.start to 3;$timeofday to 5;]] </div> <</timed>> <</if>> <<if $violet.start == 100>> <<set $violet.lust += 2>> <<set $violet.bbc += 3>> <video width="1300" autoplay src="images/sis/violetnewboy3.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Got it..uhh.<br> </div> <</timed>> <<timed 3s>> <div class="icon iconviolet fadein"> [img[$violeticon]] ''Violet: ''I have to go now, don't wait for me hehe [[Bye!|home][$violet.start to 101;$timeofday to 5;]] <br>@@.blink;<em>(Violet status has changed, check the 'Characters' button)</em>@@ <br>@@.blink;<em>(New character added, check the 'Characters' button)</em>@@ </div> <</timed>> <</if>> <<if $violet.start == 107>> <video width="1300" autoplay loop src="images/sis/violet10.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Already?<br> </div> <</timed>> <<timed 3s>> <div class="icon iconviolet fadein"> [img[$violeticon]] ''Violet: ''Y..yes..Oh yes!<br> </div> <</timed>> <<timed 4s>> <div class="icon iconman fadein"> [img[$aaronicon]] ''Aaron: ''Good decision, see you soon!<br> </div> <</timed>> <<timed 5s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''<em>(Weird... I could swear I feel cum and a wet pussy..but why?)</em><br> </div> <</timed>> <<timed 6s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Okay..well..what can I say heh, it was nice to see [[you again|home][$violet.start to 108;$timeofday to 5;]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $brad.sara == 1>> <video width="1300" autoplay src="images/home/sarabradhome.webm"></video> <br> <<timed 1s>> <div class="icon iconbrad fadein"> [img[$bradicon]] ''Brad: ''Hello beautiful, I came to wish you a happy birthday!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Oh Brad! How sweet it is!<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''What?? @@.blink;<em>(Fuck, in all this therapy chaos I forgot her birthday!)</em>@@<br> </div> <</timed>> <<timed 5s>> <div class="icon iconbrad fadein"> [img[$bradicon]] ''Brad: ''Come to [[me!|brad visit2]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $brad.sara == 1>> <video width="1300" autoplay src="images/home/sarabradhome2.webm"></video> <br> <<timed 1s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Oh Brad! He is so manly..<br> </div> <</timed>> <<timed 2s>> <div class="icon iconbrad fadein"> [img[$bradicon]] ''Brad: ''Mmmm You are wonderful honey..Happy birthday!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ehhmm okay guys..it's [[nice but..|brad visit3]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $brad.sara == 1>> <video width="1300" autoplay src="images/home/sarabradhome3.webm"></video> <br> <<timed 1s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Mmm so nice...<em>(<<print $name>> do something or this male will possess me!)</em><br> </div> <</timed>> <<timed 2s>> <div class="icon iconbrad fadein"> [img[$bradicon]] ''Brad: ''You deserve the best!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Brad come on.. [[that's enough!|brad visit4]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $sara.lust < 5>> <<set $sara.lust += 6>> <<set $sara.sub += 6>> <<set $sara.mood += 5>> <</if>> <<if $brad.sara == 1>> <video width="1300" autoplay src="images/home/sarabradhome4.webm"></video> <br> <<timed 1s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Ohh Brad...mmm <em>(He does what he wants...do I feel his dick? Uhhh..)</em><br> </div> <</timed>> <<timed 2s>> <div class="icon iconbrad fadein"> [img[$bradicon]] ''Brad: ''Hehe okay..Well then...see you at the office.<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Yeah...whatever, [[go now|home][$brad.sara to 2]] </div> <</timed>> <</if>>
<<if $sara.saturation < 10>> <video width="1300" autoplay src="images/home/sarahome12.webm"></video> <<elseif $sara.saturation >= 10>> <video width="1300" loop autoplay src="images/home/sarahome15.webm"></video> <</if>> <br> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: '' <<if $doctor.start == 0 && $sara.saturation < 10>> You look different again...And that hair? Hmm.. maybe it's time to see a doctor? Oh but don't worry, [[come to me, honey|living room5]] <</if>> <<if $doctor.start > 0 && $sara.saturation < 10>> You look very pretty today, [[come to me, honey|living room5]] <</if>> <<if $doctor.start > 0 && $sara.saturation >= 10>> Now we both look a little different [[hehe|living room5]] <</if>> </div> <<if $timeofday == 4 && $timeofday != 5 || $day == 6 && $timeofday != 5>> [[Rest|rest living room][$timeofday += 1]] <</if>> <<if $timeofday == 4 && $timeofday != 5 || $day == 6 && $timeofday != 5>> [[Go for a walk|mattwalkstage3][$timeofday += 1]] <</if>> <<if $timeofday == 4 && $timeofday != 5 || $day == 6 && $timeofday != 5>> [[Watch TV with your wife|saratv][$timeofday += 1]] <</if>> <<if $timeofday == 4 && $violet.active == 0 && $violet.start == 4>> <br>@@.blink;[[Doorbell|violet visit][$violet.active to 1]]@@ <</if>> <<if $timeofday == 4 && $ryan.start == 1>> <br>@@.blink;[[Doorbell|ryan][$ryan.start to 2]]@@ <</if>> <<if $timeofday == 4 && $amanda.active == 0 && $amanda.start == 10>> <br>@@.blink;[[Doorbell|amanda visit][$amanda.active to 1]]@@ <</if>> <<if $housework.start >= 3 && $housework.living == 0 && $day != 6 && $timeofday == 4 && $timeofday != 5>> <br>@@.blink;[[Vacuuming|vacuuming][$housework.living to 1]]@@ <</if>> <br>[[Leave|home]]
<<if $sara.saturation < 10>> <<switch random (1,2)>> <<case 1>> <video width="1300" autoplay src="images/home/sarahome13.webm"></video> <<case 2>> <video width="1300" autoplay src="images/home/sarahome14.webm"></video> <</switch>> <br> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Umm..It's really hard to explain..<br> </div> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''It's a bit weird but.. you're so attractive right now! I still love you!<br> </div> <</if>> <<if $sara.saturation >= 10>> <video width="1300" autoplay loop src="images/home/sarahome16.webm"></video> <br> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Wow you look very sexy..<br> </div> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Kiss me, my love!<br> </div> <</if>> <<if $thera.start > 54 && $violet.start == 3 && $violet.active == 0>> <br>@@.blink;[[Doorbell|violet visit][$violet.active to 1;$violet.start to 4;]]@@ <</if>> <<if $housework.start >= 3 && $housework.living == 0 && $day != 6 && $timeofday == 4 && $timeofday != 5>> <br>@@.blink;[[Vacuuming|vacuuming][$housework.living to 1]]@@ <</if>> <br>[[Leave|home]]
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $thera.start == 52>> <video width="1300" autoplay src="images/thera/thera52.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Mmm hey <<print $name>>. You look really wonderful today.<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Wonderful?! I have fucking tits!<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Hmm okay..but! But you have to admit, they're beautiful. You have the genetic potential for perfect transformation! Aaand the lessons about bras are also useful right? <br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''[[What?!|therapist session part3-2]] </div> <</timed>> <</if>> <<if $thera.start == 53>> <video width="1300" autoplay src="images/doctor/doctorstage3.webm"></video> <br> <<timed 2s>> <div class="icon iconboss fadein"> [img[$doctoricon]] ''Doktor Octopus: ''Welcome.. <<print $name>> right? Hmm I saw your patient card... interesting case.<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Believe me, doctor, I'd rather not come here, it's embarrassing for me.<br> </div> <</timed>> <<timed 4s>> <div class="icon iconboss fadein"> [img[$doctoricon]] ''Doktor Octopus: ''It's ok <<print $name>>. I understand the situation..and I've seen a lot, believe me, okay, let's start the [[breast examination|therapist session part3-2]] <br>@@.blink;<em>(New character added, check the 'Characters' button)</em>@@ </div> <</timed>> <</if>> <<if $thera.start == 54>> <video width="1300" autoplay loop src="images/thera/thera56.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: '' I know <<print $name>>, I know, you're mad at me..<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''....<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Maybe... you can show me your new tits?<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''....<br> </div> <</timed>> <<timed 5s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Show me them... I want to see them up close. They're gorgeous, aren't they?<br> </div> <</timed>> <<timed 6s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''[[Show her|therapist session part3-2]] </div> <</timed>> <</if>> <<if $thera.start == 55>> <<if $violet.start == 3>> <<set $violet.start to 4>> <<set $violet.bbc += 5>> <<set $violet.lust +=5>> <</if>> <video width="1300" autoplay src="images/thera/thera60.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Okay, so what are you planning today?<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: '' Well..You could try a different hairstyle, this hair looks awful.<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Umm It's not that bad...but okay, [[let's try this|therapist session part3-2]] </div> <</timed>> <</if>> <<if $thera.start == 56>> <<if $apart.landlord == 2>><<set $apart.landlord to 3>><</if>> <<if $violet.start == 101>> <<set $violet.start to 102>> <<set $violet.bbc += 5>> <<set $violet.lust +=5>> <</if>> <video width="1300" autoplay loop src="images/thera/thera60.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Okay, so what are you planning today?<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: '' Hair and makeup!<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Again? You're asking [[for a lot..|therapist session part3-2]] </div> <</timed>> <</if>> <<if $thera.start == 57>> <<if $violet.start == 101>> <<set $violet.start to 102>> <<set $violet.bbc += 5>> <<set $violet.lust +=5>> <</if>> <<if $amir == 10>><<set $amir to 11>><</if>> <<if $amanda.start == 3>> <<set $amanda.start to 4>> <<set $amanda.bbc += 10>> <<set $amanda.lust += 10>> <</if>> <video width="1300" autoplay src="images/thera/thera66.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: '' Next time we'll try a new naughty game, that's [[enough for today|business district][$thera.start to 58]] </div> <</timed>> <</if>> <<if $thera.start == 58>> <<if $violet.start == 101>> <<set $violet.start to 102>> <<set $violet.bbc += 5>> <<set $violet.lust +=5>> <</if>> <<if $amir == 10>><<set $amir to 11>><</if>> <<if $amanda.start == 3>> <<set $amanda.start to 4>> <<set $amanda.bbc += 10>> <<set $amanda.lust += 10>> <</if>> <video width="1300" autoplay src="images/thera/thera66.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: '' Listen... Why don't you try these panties on? Just out of curiosity..you know.. see if they fit you.<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hmm.. okay [[maybe I should try|therapist session part3-2]] or [[No, I'm going home|business district]]</div> <</timed>> <</if>> <<if $thera.start == 59>> <<if $amanda.start == 5>> <<set $amanda.start to 6>> <<set $amanda.bbc += 10>> <<set $amanda.lust += 10>> <</if>> <video width="1300" autoplay src="images/thera/thera66.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: '' Listen... Maybe you should try on a different pair of panties?<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hmm.. okay [[maybe I should try|therapist session part3-2]] or [[No, I'm going home|business district]]</div> <</timed>> <</if>> <<if $thera.start == 60>> <style>strong{color: #b74379;text-shadow: none;}</style> <video width="1300" autoplay loop src="images/thera/thera67.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''I'm busy today <<print $name>><br> </div> <</timed>> <<timed 2s>> <div class="icon fadein iconviolet"> [img[$girlicon]] ''Girl: ''Mmm <<print $name>>.. I heard about you, you're growing fast, keep it up.<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Umm thanks [[Leave|business district][$thera.start to 61]] </div> <</timed>> <</if>> <<if $thera.start == 61>> <video width="1300" autoplay src="images/thera/theratease.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Hmm You know what? You look gorgeous.. but you need to be more seductive and feminine.<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Okay..but why?<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Eee It doesn't matter hehe [[just try|therapist session part3-2]] </div> <</timed>> <</if>> <<if $thera.start == 62>> <video width="1300" autoplay src="images/thera/theratease.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Okay, let's try [[again|therapist session part3-2]] </div> <</timed>> <</if>> <<if $thera.start == 63>> <video width="1300" autoplay src="images/thera/theratease.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Hey! Don't stop now show me[[again|therapist session part3-2]] </div> <</timed>> <</if>> <<if $thera.start == 64>> <video width="1300" autoplay src="images/thera/thera68.webm"></video> <br> <<timed 2s>> <div class="icon fadein iconviolet"> [img[$girlicon]] ''Girl: ''Come on Amira..Don't be ashamed, you have a wonderful body, use it!<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''It's true, your transformation was phenomenal, I'm very [[proud|therapist session part3-2]] </div> <</timed>> <</if>> <<if $thera.start == 65>> <video width="1300" autoplay src="images/thera/thera68.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''So Amira, how are you feeling today?<br> </div> <</timed>> <<timed 3s>> <div class="icon fadein"> [img[$amiricon]] ''Amira: ''I think it's better heh.. I'm starting to fully accept this body.<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''That's wonderful [[really|therapist session part3-2]] </div> <</timed>> <</if>> <<if $thera.start == 66>> <video width="1300" autoplay src="images/thera/thera66.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Listen, I have a really nice blouse, maybe you could try it on?<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Well, why not..<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Delicious! I'll also style [[your hair|therapist session part3-2]] </div> <</timed>> <</if>> <<if $thera.start == 67>> <<set $sara.money -= 400>> <<set $sara.mind -= 2>> <<set $sara.lust += 10>> <<set $sara.saturation += 5>> <<set $sara.sub += 5>> <<set $money -= 500>> <<if $reporter == 2>><<set $reporter to 3>><</if>> <video width="1300" autoplay src="images/thera/meanwhile.webm"></video> <br> Meanwhile [[your wife|therapist session part3-2]] <</if>> <<if $thera.start == 68>> <video width="1300" autoplay src="images/thera/thera74.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Okay girls.. look hehe that's a pretty big dick.<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hmm.. again?! [[uhhh|therapist session part3-2]] </div> <</timed>> <</if>> <<if $thera.start == 69>> <<if $amanda.start == 7>><<set $amanda.start to 8>><</if>> <video width="1300" autoplay src="images/thera/thera74.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Okay girls.. look hehe that's a pretty big dick.<br> </div> <</timed>> <<timed 3s>> <div class="icon fadein"> [img[$amiricon]] ''Amira: ''Really big hehe<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Yeah, okay, now [[focus|therapist session part3-2]] </div> <</timed>> <</if>> <<if $thera.start == 70>> <<if $amanda.start == 7>><<set $amanda.start to 8>><</if>> <video width="1300" autoplay src="images/thera/thera74.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Okay girls.. let's try again.<br> </div> <</timed>> <<timed 3s>> <div class="icon fadein"> [img[$amiricon]] ''Amira: ''Hmm..<br> </div> <</timed>> <<timed 4s>> <div class="icon fadein iconviolet"> [img[$girlicon]] ''Girl: ''I'm so excited hehe I don't know why!<br> </div> <</timed>> <<timed 5s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Yeah, okay, now [[look|therapist session part3-2]] </div> <</timed>> <</if>> <<if $thera.start == 71>> <<if $amanda.start == 7>><<set $amanda.start to 8>><</if>> <video width="1300" autoplay src="images/thera/thera74.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Okay girls.. let's try again.<br> </div> <</timed>> <<timed 3s>> <div class="icon fadein"> [img[$amiricon]] ''Amira: ''Hmm..<br> </div> <</timed>> <<timed 4s>> <div class="icon fadein iconviolet"> [img[$girlicon]] ''Girl: ''I'm so excited hehe I don't know why!<br> </div> <</timed>> <<timed 5s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Yeah, okay, now [[look|therapist session part3-2]] </div> <</timed>> <</if>> <<if $thera.start == 72>> <<if $amanda.start == 9>><<set $amanda.start to 10>><</if>> <video width="1300" autoplay loop src="images/thera/thera80.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Welcome back <<print $name>>!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''What? Uhh what's going on? What is this?<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''This is a punishment for the rebellious! Now go away!<br> </div> <</timed>> <<timed 5s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hmm..Weird [[Leave|business district][$thera.start to 73]] </div> <</timed>> <</if>> <<if $thera.start == 73>> <<if $amanda.start == 9>><<set $amanda.start to 10>><</if>> <video width="1300" autoplay loop src="images/thera/thera81.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Look what I found!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Who is this poor prisoner?!<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Relax <<print $name>>! everything in its own [[time!|therapist session part3-2]] </div> <</timed>> <</if>> <<if $thera.start == 74>> <<if $amanda.start == 9>><<set $amanda.start to 10>><</if>> <video width="1300" autoplay loop src="images/thera/thera81.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Look carefully <<print $name>>! [[Look!|therapist session part3-2]] </div> <</timed>> <</if>> <<if $thera.start == 75>> <video width="1300" autoplay loop src="images/thera/thera86.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''You're back, good..good hehe..we can make a deal<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''What do you demand for her release?<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Mmm not too much... you will take another dose of serum!<br> </div> <</timed>> <<timed 5s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''What? I know what this means [[for me!|therapist session part3-2]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $thera.start == 52>> <video width="1300" autoplay src="images/thera/thera53.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''This is insane! I don't want any transformation! I played your game because you forced me to!<br> </div> <</timed>> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: '' <<print $name>> Let's stop here and we'll come back to this when you calm down.<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I'm calm! Get the fuck away from me uhhh!!<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Well..hehe now you're acting like a real woman..<br> </div> <</timed>> <<timed 5s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''?? Uhhh..just...ohhh [[Leave|therapist session part3-3]] </div> <</timed>> <</if>> <<if $thera.start == 53>> <video width="1300" loop autoplay src="images/doctor/doctorstage3-2.webm"></video> <br> <<timed 2s>> <div class="icon iconboss fadein"> [img[$doctoricon]] ''Doktor Octopus: ''Now I will touch your breasts.<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Mmm ohhh okay mmm okay doctor uhhh<br> </div> <</timed>> <<timed 4s>> <div class="icon iconboss fadein"> [img[$doctoricon]] ''Doktor Octopus: ''Hmm amazing! Very sensitive, fully developed breasts.<br> </div> <</timed>> <<timed 5s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Mmmmyeahh!! Very sensitive doctor...Mmmmahhh!!<br> </div> <</timed>> <<timed 6s>> <div class="icon iconboss fadein"> [img[$doctoricon]] ''Doktor Octopus: ''We'll finish for today <<print $name>>, now the results of my [[analysis|therapist session part3-3]] </div> <</timed>> <</if>> <<if $thera.start == 54>> <video width="1300" autoplay src="images/thera/thera57.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: '' Wow! Truly beautiful! Perfect shape! Great growth potential! Your nipples must be very sensitive, right?<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Mmmoohhmmm!! Uhhh!! Yeahh!! Mmmm..<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: '' You like touch and caresses...hehe.. that's right [[honey|therapist session part3-3]] </div> <</timed>> <</if>> <<if $thera.start == 55>> <video width="1300" autoplay src="images/thera/thera61.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I think that's enough...this is taking too long..<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: '' Everything good takes time.<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''But not that much time, [[come on|therapist session part3-3]] </div> <</timed>> <</if>> <<if $thera.start == 56>> <video width="1300" autoplay src="images/thera/thera61.webm"></video> <br> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: '' Just admit that deep down you like it.<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Heh..yeah. You're probably just waiting [[for this..|therapist session part3-3]] </div> <</timed>> <</if>> <<if $thera.start == 58>> <video width="1300" autoplay loop src="images/thera/thera65.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: '' Oh yes! <<print $name>>! You look amazing!<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ohh..This is wrong...but...interesting too..uhhh [[enough for today|business district][$thera.start to 59]] </div> <</timed>> <</if>> <<if $thera.start == 59>> <video width="1300" autoplay loop src="images/thera/thera64.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: '' Wooo! What a sexy body <<print $name>>! Wonderful, look at me, please.<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Mmm uhhh I shouldn't..okay..mmm [[enough for today|business district][$thera.start to 60]] </div> <</timed>> <</if>> <<if $thera.start == 61>> <video width="1300" autoplay loop src="images/thera/theratease2.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Hah, pretty good but next time add some breast play..also practice in the bathroom in front of the mirror. [[enough for today|business district][$thera.start to 62;$mirror.start to 1;]] <br>@@.blink;<em>(You unlocked the mirror in the bathroom!)</em>@@ </div> <</timed>> <</if>> <<if $thera.start == 62>> <video width="1300" autoplay loop src="images/thera/theratease3.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Yeah! You look very nice and sexy. Much better today [[Leave|business district][$thera.start to 63;$ryan.start to 1;]] <<if $mirror.start < 5>><br>@@.blink;<em>(Practice in front of a mirror at home)</em>@@<</if>> </div> <</timed>> <</if>> <<if $thera.start == 63>> <video width="1300" autoplay loop src="images/thera/theratease4.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Damn! Playboy level! Super sexy! You're definitely fuckable! Hehe [[let's finish for today|business district][$thera.start to 64]] </div> <</timed>> <</if>> <<if $thera.start == 64>> <video width="1300" autoplay src="images/thera/thera69.webm"></video> <br> <<timed 2s>> <div class="icon fadein iconviolet"> [img[$girlicon]] ''Girl: ''I felt the same way, but now I have adapted to the new situation.<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Your life has changed, but that doesn't necessarily mean it's worse.<br> </div> <</timed>> <<timed 4s>> <div class="icon fadein"> [img[$amiricon]] ''Amira: ''You're right... besides... I guess I have no choice. [[Leave|business district][$thera.start to 65]] </div> <</timed>> <</if>> <<if $thera.start == 65>> <video width="1300" autoplay loop src="images/thera/thera70.webm"></video> <br> <<timed 2s>> <div class="icon fadein iconviolet"> [img[$girlicon]] ''Girl: ''Oh my gosh! I'm so glad you're okay. Come to me, honey!<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''You have to support each other.<br> </div> <</timed>> <<timed 4s>> <div class="icon fadein"> [img[$amiricon]] ''Amira: ''Mmm ohh okay.. heh.<br> </div> <</timed>> <<timed 5s>> <div class="icon fadein iconviolet"> [img[$girlicon]] ''Girl: ''<<print $name>>! [[Wait|therapist session part3-3]] </div> <</timed>> <</if>> <<if $thera.start == 66>> <video width="1300" autoplay loop src="images/thera/thera72.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''You look wonderful, honey.<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Mmm so tight and..mmm I feel my breasts even more than before.<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Exciting, [[right?|therapist session part3-3]] </div> <</timed>> <</if>> <<if $thera.start == 67>> <video width="1300" autoplay src="images/thera/sarashop.webm"></video> <br> <<timed 2s>> <div class="icon iconmichelle fadein"> [img[$michelleicon]] ''Michelle: ''Oh come on! We'll buy new clothes and change our hairstyle hehe there's nothing to be afraid of!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Um..okay..I can try..<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmichelle fadein"> [img[$michelleicon]] ''Michelle: ''Of course you can, [[come on!|therapist session part3-3]] </div> <</timed>> <</if>> <<if $thera.start == 68>> <<if $mother.bbc == 1>><<set $mother.bbc to 2>><</if>> <video width="1300" autoplay src="images/thera/thera75.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ohh okay..well..I guess I won't bother you [[Leave|business district][$thera.start to 69;]] <br>@@.blink;<em>(Your mother's Instagram has changed, home event updated!)</em>@@ </div> <</timed>> <</if>> <<if $thera.start == 69>> <video width="1300" autoplay loop src="images/thera/thera76.webm"></video> <br> <<timed 2s>> <div class="icon fadein iconviolet"> [img[$girlicon]] ''Girl: ''Oh mmm I can't take my eyes off hehe<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Mmm gulp..uhh<br> </div> <</timed>> <<timed 4s>> <div class="icon fadein"> [img[$amiricon]] ''Amira: ''This is..oh wow! [[Leave|business district][$thera.start to 70;]] </div> <</timed>> <</if>> <<if $thera.start == 70>> <video width="1300" autoplay loop src="images/thera/thera76.webm"></video> <br> <<timed 2s>> <div class="icon fadein iconviolet"> [img[$girlicon]] ''Girl: ''Uhh really hot!<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Mmm gulp..uhh<br> </div> <</timed>> <<timed 4s>> <div class="icon fadein"> [img[$amiricon]] ''Amira: ''This is..oh wow! [[just wow!|therapist session part3-3]] </div> <</timed>> <</if>> <<if $thera.start == 71>> <video width="1300" autoplay src="images/thera/thera76.webm"></video> <br> <<timed 2s>> <div class="icon fadein iconviolet"> [img[$girlicon]] ''Girl: ''Uhh really hot!<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Mmm gulp..uhh<br> </div> <</timed>> <<timed 4s>> <div class="icon fadein"> [img[$amiricon]] ''Amira: ''This is..oh wow! [[just wow!|therapist session part3-3]] </div> <</timed>> <</if>> <<if $thera.start == 73>> <video width="1300" autoplay loop src="images/thera/thera82.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''She has to suffer a little more.<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''This is cruel! Why are you doing this??!<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''I have my reasons <<print $name>>! You will understand all this soon [[Leave|business district][$thera.start to 74]] </div> <</timed>> <</if>> <<if $thera.start == 74>> <video width="1300" autoplay loop src="images/thera/thera85.webm"></video> <br> <<timed 2s>> <div class="icon fadein"> [img[$reportericon]] ''Reporter: ''Mmmffnn..Nooo..mmmfhhmm<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''I have everything under control, my people kidnapped her and I know everything!<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Please don't hurt her, [[please!|therapist session part3-3]] </div> <</timed>> <</if>> <<if $thera.start == 75>> <video width="1300" autoplay loop src="images/thera/thera87.webm"></video> <br> <<timed 1s>> <div class="icon fadein"> [img[$reportericon]] ''Reporter: ''Nooo..mmmfhhmm<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''This is crazy! You're crazy! What is this! Fuck!<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Fucking right! If I'm crazy, you know I'm not joking!<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''<br> [[Leave|business district][$thera.start to 1000]] @@.blink;<em>(end of the transformation, this thread will be completed in another chapter)</em>@@<br> or<br> [[I agree... let her go|therapist session part3-3]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $thera.start == 52>> <video width="1300" autoplay src="images/thera/thera54.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''This is a fucking nightmare! I need to talk to that mysterious reporter, maybe she knows how to get out of this.. and maybe I'll find a real doctor too<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Okay...okay.. I'm calmer now, time to go home... <<if $amir == 999>> [[Get out|business district][$thera.start to 53]] <<else>> [[Get out|therapist session part3-4]] <</if>> </div> <</timed>> <</if>> <<if $thera.start == 53>> <video width="1300" autoplay src="images/doctor/doctorstage3-3.webm"></video> <br> <<timed 1s>> <div class="icon iconboss fadein"> [img[$doctoricon]] ''Doktor Octopus: ''In my opinion, very rapid changes at the cellular level indicate advanced and aggressive gene therapy.<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''That doesn't sound good..<br> </div> <</timed>> <<timed 3s>> <div class="icon iconboss fadein"> [img[$doctoricon]] ''Doktor Octopus: ''At this point, without a thorough blood and DNA analysis, I would advise against taking any radical action. There is no point in starting treatment because we don't know what we're dealing with.<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hmm.. Yes, you're right.<br> </div> <</timed>> <<timed 5s>> <div class="icon iconboss fadein"> [img[$doctoricon]] ''Doktor Octopus: ''After a thorough analysis of the blood samples, I will let you know. [[Leave|business district][$thera.start to 54;$doctor.start to 1;$timeofday to 4;]] </div> <</timed>> <</if>> <<if $thera.start == 54>> <video width="1300" autoplay loop src="images/thera/thera58.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: '' You also like to suck... ohhh yes, that's right..mmm good.. good girl.<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Mmmooohhh!! Mmmm uhhh!!br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: '' Don't stop baby.. that's right...very good..<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Mmmooohhh!! No.. stop [[Stop!|therapist session part3-4]] </div> <</timed>> <</if>> <<if $thera.start == 55>> <video width="1300" autoplay src="images/thera/thera62.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Did you add makeup?! That doesn't make sense.<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: '' Heh..I couldn't resist.<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hmmm, that's enough for today, I'm [[going home|business district][$thera.start to 56]] </div> <</timed>> <</if>> <<if $thera.start == 56>> <video width="1300" autoplay loop src="images/thera/thera63.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: '' No. I'm waiting for you, honey.<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Oh..mmm..mm okay I have [[to go now|business district][$thera.start to 57]] </div> <</timed>> <</if>> <<if $thera.start == 65>> <video width="1300" autoplay loop src="images/thera/thera71.webm"></video> <br> <<timed 2s>> <div class="icon fadein iconviolet"> [img[$girlicon]] ''Girl: ''Umm I heard that you were very supportive of Amira, that's wonderful! and..and you are wonderful too!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Mmm yeah..umm hehe okay..thanks and [[see you|business district][$thera.start to 66;$amir to 13;]] </div> <</timed>> <</if>> <<if $thera.start == 66>> <video width="1300" autoplay loop src="images/thera/thera73.webm"></video> <br> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Mmm Maybe a little hehe<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Hehe and kiss at [[the end|business district][$thera.start to 67;$daddy.start to 1;]] </div> <</timed>> <</if>> <<if $thera.start == 67>> <<set $saraicon to "images/profiles/saraicon2.png">> <video width="1300" autoplay loop src="images/thera/sarashop2.webm"></video> <br> An hour has [[passed|therapist session part3-4]] <</if>> <<if $thera.start == 70>> <video width="1300" autoplay src="images/thera/thera77.webm"></video> <br> <<timed 2s>> <div class="icon fadein iconviolet"> [img[$girlicon]] ''Girl: ''Oh so intense!! Amazing hehe<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Yes girls.. so delicious!<br> </div> <</timed>> <<timed 4s>> <div class="icon fadein"> [img[$amiricon]] ''Amira: ''Mmm like in a porn movie..[[Leave|business district][$thera.start to 71]] </div> <</timed>> <</if>> <<if $thera.start == 71>> <video width="1300" autoplay src="images/thera/thera78.webm"></video> <br> <<timed 2s>> <div class="icon fadein iconviolet"> [img[$girlicon]] ''Girl: ''Oh so intense!! Amazing hehe<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Yes girls.. so delicious!<br> </div> <</timed>> <<timed 4s>> <div class="icon fadein"> [img[$amiricon]] ''Amira: ''Mmm like in a porn movie..[[suddenly!|therapist session part3-4]] </div> <</timed>> <</if>> <<if $thera.start == 74>> <video width="1300" autoplay loop src="images/thera/thera84.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''I don't know hehe maybe we'll do some anal penetration again...<br> </div> <</timed>> <<timed 3s>> <div class="icon fadein"> [img[$reportericon]] ''Reporter: ''Mmmffnn..Nooo..nooo<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Okay hehe okay..I was just joking, I have a soft spot for you, I'll think about it..now [[Leave|business district][$thera.start to 75]] </div> <</timed>> <</if>> <<if $thera.start == 75>> <video width="1300" autoplay loop src="images/thera/thera88.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Very well, my dear, this is for you... an injection of love..<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Just do it and leave me alone..<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Okay..That's all, you can [[leave|therapist session part3-4]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $thera.start == 52>> <video width="1300" autoplay src="images/thera/thera55.webm"></video> <br> <<timed 1s>> <div class="icon fadein"> [img[$amiricon]] ''Amira: ''Wooaa! What! <<print $name>>?? And you have really nice ti..<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Umm Amira..please... I'm not in the mood today, I'm going home, I'm sorry..<br> </div> <</timed>> <<timed 3s>> <div class="icon fadein"> [img[$amiricon]] ''Amira: ''Of course, of course, we'll talk another time...see you soon, friend!<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hmm yea..[[bye|business district][$thera.start to 53]] </div> <</timed>> <</if>> <<if $thera.start == 54>> <video width="1300" autoplay src="images/thera/thera59.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Enough! You're toying with me again like last time! <br> </div> <</timed>> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: '' It's not like that at all, believe me.<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I'm going home! [[Leave|business district][$thera.start to 55;]] </div> <</timed>> <</if>> <<if $thera.start == 67>> <video width="1300" autoplay loop src="images/thera/sarashop3.webm"></video> <br> <<timed 2s>> <div class="icon iconmichelle fadein"> [img[$michelleicon]] ''Michelle: ''Woow! Damn girl!! Now we're talking, hot ass for sure!!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Hehe thanks..well..I think I really needed this.<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmichelle fadein"> [img[$michelleicon]] ''Michelle: ''Yeah..The boys will go crazy when they see you hehe [[Back|business district][$thera.start to 68;]]<br> @@.blink;<em>(Sarah's status has changed, check the 'Characters' button)</em>@@ </div> <</timed>> <</if>> <<if $thera.start == 71>> <video width="1300" autoplay loop src="images/thera/thera79.webm"></video> <br> <<timed 2s>> <div class="icon fadein iconviolet"> [img[$girlicon]] ''Girl: ''Wooo Second time? Amazing...so much cum..<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Aghhh yes.. it happens..hehe [[Leave|business district][$thera.start to 72]] </div> <</timed>> <</if>> <<if $thera.start == 75>> <video width="1300" autoplay loop src="images/thera/thera89.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ohh what will happen now..[[go home|business district][$thera.start to 76]]</div> <</timed>> <</if>>
<<if $michelle.active == 0>> <<if not hasVisited("michelle")>> @@.blink;[[Michelle|michelle][$michelle.active to 1]]@@ <<elseif not hasVisited("michelle5")>> @@.blink;[[Michelle|michelle][$michelle.active to 1]]@@ <<else>> [[Michelle|michelle][$michelle.active to 1]] <</if>> <</if>> <<if $sara.saturation >= 4 && $sara.visitmatt == 0>> <<switch random(1,4)>> <<case 2>> [[Hello, handsome!|saravisit][$sara.visitmatt to 1]] <<case 4>> <<if hasVisited("walk with sara5")>> <<if not hasVisited("sarahomemast")>> @@.blink;[[Meanwhile at your wife's|sarahomemast][$sara.visitmatt to 1]]@@ <<else>> [[Meanwhile at your wife's|sarahomemast][$sara.visitmatt to 1]] <</if>> <</if>> <<default>> <</switch>> <</if>> <<if $mc.femi >= 7 && $thera.start >= 18 && $mc.saturation2 >= 6>> <<if $brad.active == 0>> <<if not hasVisited("bradmatt")>> @@.blink;[[What a change!|bradmatt][$brad.active to 1]]@@ <<else>> [[Brad|bradmatt][$brad.active to 1]] <</if>> <</if>> <</if>> <<if $mc.femi >= 7 && $thera.start >= 18 && $mc.saturation2 >= 6>> <<if not hasVisited("bosstalk")>> @@.blink;[[Boss|bosstalk]]@@ <</if>> <</if>> <<if hasVisited("bosstalk") && $boss.start == 1>> <<if not hasVisited("callcenter")>> @@.blink;[[Call center|callcenter]]@@ <<else>> [[Call center|callcenter]] <</if>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video autoplay src="images/work/michelle7.webm"></video> <br> <<timed 1s>> <div class="icon iconmichelle fadein"> [img[$michelleicon]] ''Michelle: ''WOW! <<print $name>>! Just wow! You look different but honestly.. I'm not surprised.<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I don't know how it happened..<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmichelle fadein"> [img[$michelleicon]] ''Michelle: ''Don't worry honey...now we have to stick together, right? Okay..I'm going back to work, bye!<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Umm thanks! and bye! uhh [[Leave|work]] </div> <</timed>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $boss.start < 3>> <video autoplay src="images/work/bossstage3.webm"></video> <br> <<timed 1s>> <div class="icon iconboss fadein"> [img[$bossicon]] ''Boss: ''Ehmm <<print $name>>?? You look unusual.. <br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Umm yes sir..uhh..That's true..<br> </div> <</timed>> <<timed 3s>> <div class="icon iconboss fadein"> [img[$bossicon]] ''Boss: ''but it can be useful in customer relations... you have to try harder <<print $name>>. I will be watching you. [[Back to work|work][$boss.start to 3]]<br> </div> <</timed>> <</if>> <<if $boss.start == 3>> <video autoplay src="images/work/bossstage3.webm"></video> <br> <<timed 1s>> <div class="icon iconboss fadein"> [img[$bossicon]] ''Boss: ''Ehmm you know,<<print $name>> there is something interesting about you..your work can be much easier..<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Umm ohh..really? @@.blink;<em>(He's hitting on you?!?)</em>@@<br> [[Surrender to him|boss stage 3-2][$boss.start to 4]] <br> [[Refuse him|boss stage 3-2][$boss.start to 100]] </div> <</timed>> <</if>> <<if $boss.start == 5>> <video autoplay loop src="images/work/boss6.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Mm hey..<br> </div> <</timed>> <<timed 3s>> <div class="icon iconboss fadein"> [img[$bossicon]] ''Boss: ''Hey! Come to me <<print $name>> <br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ahh..mmm..And what was that?... someone will see.. </div> <</timed>> <<timed 5s>> <div class="icon iconboss fadein"> [img[$bossicon]] ''Boss: ''I don't care, I'm the boss here.<br> </div> <</timed>> <<timed 6s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Mmmuhhh That's nice... let's get back to work [[okay?|work][$boss.start to 6]] </div> <</timed>> <</if>> <<if $boss.start == 6>> <video autoplay loop src="images/work/boss3.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Mmmm uhhh..mmm<br> </div> <</timed>> <<timed 3s>> <div class="icon iconboss fadein"> [img[$bossicon]] ''Boss: ''Hey! mmm nice to see you <<print $name>> <br> </div> <</timed>> <<timed 6s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Yeah..mmm let's get back to work [[okay?|work][$boss.start to 7]] </div> <</timed>> <</if>> <<if $boss.start == 7>> <<switch random(1,6)>> <<case 1>> <video autoplay loop src="images/work/boss7.webm"></video> <<case 2 6>> <video autoplay loop src="images/work/boss6.webm"></video> <<case 3>> <video autoplay loop src="images/work/boss5.webm"></video> <<case 4>> <video autoplay loop src="images/work/boss4.webm"></video> <<case 5>> <video autoplay loop src="images/work/boss3.webm"></video> <</switch>> <br> <<timed 2s>> <div class="icon iconboss fadein"> [img[$bossicon]] ''Boss: ''Nice to see you <<print $name>>.. <br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Umm.ohh let's..let's get back to [[work|work]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $mc.femi >= 30 && $mc.femi < 60 && $mc.saturation2 >= 30 && $mc.saturation2 < 60 && $thera.start < 77>> <video autoplay loop src="images/home/bedroombra.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Mmm My new breasts are so sensitive, I have to do something [[about it|new bra2]] </div> <</timed>> <</if>> <<if $mc.femi >= 60 && $mc.saturation2 >= 60 && $thera.start >= 80>> <video autoplay loop src="images/home/sarabed.webm"></video> <br> <<timed 1s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Mmm there's something about you...I don't know..<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ohh..I feel the same...it's different now but I'm [[curious|new bra2]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $mc.femi >= 30 && $mc.femi < 60 && $mc.saturation2 >= 30 && $mc.saturation2 < 60 && $thera.start < 77>> <video autoplay loop src="images/home/bedroombra2.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ahhh That's better now...wait, isn't that Sarah's old skirt? [[Try it on|new bra3]] or [[better not|bedroom]] </div> <</timed>> <</if>> <<if $mc.femi >= 60 && $mc.saturation2 >= 60 && $thera.start >= 80>> <video autoplay loop src="images/home/sarabed2.webm"></video> <br> <<timed 1s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Wow You really have a juicy young pussy, it's amazing!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ohhh..mmm fuuuckk Sara please..don't stop, please!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Hehe okay, okay..I understand you honey!<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ahhh Why is it so intense? Ahhh I'm cumming fuuckk meee!! Ohhh!! [[Take a rest|bedroom]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video autoplay src="images/home/bedroombra3.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hmmm a bit too big, but overall it's a nice set.. [[act like a girl|new bra4]] or [[enough for today|bedroom]] </div> <</timed>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video autoplay loop src="images/home/bedroombra4.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ohh That's right boss, I don't have anything under my short skirt mmm do you want to see? <br> [[Stop doing this!|bedroom]] </div> <</timed>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $sara.saturation < 10>> <<switch random (1,4)>> <<case 1 3>> <video autoplay loop src="images/home/tvhome7.webm"></video> <<case 2 4>> <video autoplay loop src="images/home/tvhome6.webm"></video> <</switch>> <<elseif $sara.saturation >= 10>> <<switch random (1,4)>> <<case 1 3>> <video autoplay loop src="images/home/tvhome8.webm"></video> <<case 2 4>> <video autoplay loop src="images/home/tvhome9.webm"></video> <</switch>> <</if>> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Umm It's nice to spend some time together.<br> </div> <</timed>> <<timed 2s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Heh It's true.. come to me!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Mmm what a sweet kiss, [[let's keep watching|living room4]] </div> <</timed>>
<video width="1300" autoplay src="images/thera/pantsgame.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''I have a task for you, [[look|pantsgame]] </div> <</timed>>
<h4>Answer the question:</h4> <hr> <<switch random (1,5)>> <<case 1>> <<set $pantiesgame.type to 1>> [img[images/thera/boyshorts.jpg]] <<case 2>> <<set $pantiesgame.type to 2>> [img[images/thera/brief.jpg]] <<case 3>> <<set $pantiesgame.type to 3>> [img[images/thera/cheeky.jpg]] <<case 4>> <<set $pantiesgame.type to 4>> [img[images/thera/bikini.jpg]] <<case 5>> <<set $pantiesgame.type to 5>> [img[images/thera/thong.jpg]] <</switch>> <br> So..<<print $name>> what type of panties are these??<br> <hr> Your answer is:<br> This is definitely..<br> <<if $pantiesgame.type == 1>> [[Boyshorts|good pants]] [[Brief|bad pants]] [[Cheeky|bad pants]] [[Bikini|bad pants]] [[Thong|bad pants]] <</if>> <<if $pantiesgame.type == 2>> [[Boyshorts|bad pants]] [[Brief|good pants]] [[Cheeky|bad pants]] [[Bikini|bad pants]] [[Thong|bad pants]] <</if>> <<if $pantiesgame.type == 3>> [[Boyshorts|bad pants]] [[Brief|bad pants]] [[Cheeky|good pants]] [[Bikini|bad pants]] [[Thong|bad pants]] <</if>> <<if $pantiesgame.type == 4>> [[Boyshorts|bad pants]] [[Brief|bad pants]] [[Cheeky|bad pants]] [[Bikini|good pants]] [[Thong|bad pants]] <</if>> <<if $pantiesgame.type == 5>> [[Boyshorts|bad pants]] [[Brief|bad pants]] [[Cheeky|bad pants]] [[Bikini|bad pants]] [[Thong|good pants]] <</if>> <br> <hr> [[Help|pantsgame help]]
[img[images/thera/panties.jpg]] <br> There are different types of panties and they have different purposes and properties. <br> <<back>>
<video width="1300" autoplay src="images/thera/pantsgame2.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Wow! Very good <<print $name>>. I am very satisfied.<br> [[Next|therapist session part3]] </div> <</timed>>
<video width="1300" autoplay src="images/thera/pantsgame3.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Ohhh! Come on !! Jesus Christ are you stupid or what?! You're showing the wrong panties you idiot!<br> [[Leave|business district]] </div> <</timed>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $boss.start == 4>> <video autoplay loop src="images/work/boss5.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Well..you are the boss Richard you can do whatever you like..<br> </div> <</timed>> <<timed 3s>> <div class="icon iconboss fadein"> [img[$bossicon]] ''Boss: ''Good! Come to me <<print $name>> <br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Oh! Wow! Mmm uhh..strange feeling..mmm okay.. let's get [[back to work|work][$boss.start to 5]] </div> <</timed>> <</if>> <<if $boss.start == 100>> <video autoplay src="images/work/boss2.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''What are you talking about? I don't like it, so let's get back to work, [[okay?|work][$boss.start to 101]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $apart.landlord == 3>> <div class="fadein"> <video width="1300" autoplay src="images/home/landlord3.webm"></video> </div> <br> <<timed 1s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Eeee? What?<br> </div> <</timed>> <<timed 2s>> <div class="icon fadein"> [img[$landlordicon]] ''Landlord: ''We have more time for ourselves, honey!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''No no..this is [[ridiculous..mmm|landlord3]] </div> <</timed>> <</if>> <<if $apart.landlord == 4>> <div class="fadein"> <video width="1300" autoplay src="images/home/landlord6.webm"></video> </div> <br> <<timed 1s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Uhh just leave me alone okay? Last time it was a mistake!<br> </div> <</timed>> <<timed 2s>> <div class="icon fadein"> [img[$landlordicon]] ''Landlord: ''I'm not sure..hehe nice panties!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Ohh just..stop!<br> </div> <</timed>> <<timed 4s>> <div class="icon fadein"> [img[$landlordicon]] ''Landlord: ''The smell is lovely too..We'll come back to this conversation hehe [[Leave|work][$apart.landlord to 5]] </div> <</timed>> <</if>> <<if $apart.landlord == 5>> <div class="fadein"> <video width="1300" autoplay src="images/home/landlord6.webm"></video> </div> <br> <<timed 1s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Uhh just leave me alone okay? I already told you this last time!<br> </div> <</timed>> <<timed 2s>> <div class="icon fadein"> [img[$landlordicon]] ''Landlord: ''Hehe right..you smell nice.<br> </div> <</timed>> <<timed 3s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Uhhh just..mmm...stooop!<br> </div> <</timed>> <<timed 4s>> <div class="icon fadein"> [img[$landlordicon]] ''Landlord: ''Your body says otherwise [[look|landlord3]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $apart.landlord == 3>> <div class="fadein"> <video width="1300" autoplay loop src="images/home/landlord4.webm"></video> </div> <br> <<timed 2s>> <div class="icon fadein"> [img[$landlordicon]] ''Landlord: ''Oh yes..so what beautiful tits..mmm young and juicy..<br></div> <</timed>> <<timed 3s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Uhh You shouldn't do this! You know...ohhh.. you shouldn't...mmmy ohhh..<br> </div> <</timed>> <<timed 4s>> <div class="icon fadein"> [img[$landlordicon]] ''Landlord: ''No one will know, honey, it will be our [[secret|work][$apart.landlord to 4]] </div> <</timed>> <</if>> <<if $apart.landlord == 5>> <div class="fadein"> <video width="1300" autoplay look src="images/home/landlord7.webm"></video> </div> <br> <<timed 1s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Ahhhuummm ohh..<br> </div> <</timed>> <<timed 2s>> <div class="icon fadein"> [img[$landlordicon]] ''Landlord: ''Good...very good..you see how nice it is..<br> </div> <</timed>> <<timed 3s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Ahhahh someone might see...go away...uhh..<br> </div> <</timed>> <<timed 4s>> <div class="icon fadein"> [img[$landlordicon]] ''Landlord: ''Haha yeah..right..your "husband" probably doesn't see everything... but okay, okay.. [[I'm going now|work][$apart.landlord to 8]] </div> <</timed>> <</if>>
<<if $mc.femi < 60 && $mc.saturation2 < 60 && $thera.start < 77>> <video width="1300" autoplay loop src="images/out/mattout6.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Beautiful weather today.. [[go back|living room4]] [[What is that sound?|randomout][$saraout to 1;]] <<if $sara.saturation < 10>> [[Meanwhile...|randomout][$saraout to 2;]] <</if>> </div> <</timed>> <</if>> <<if $mc.femi >= 60 && $mc.femi < 85 && $mc.saturation2 >= 60 && $mc.saturation2 < 90 && $thera.start >= 77 && $thera.start < 129 >> <<switch random(1,2)>> <<case 1>> <video width="1300" autoplay loop src="images/out/mattout8.webm"></video> <<case 2>> <video width="1300" autoplay loop src="images/out/mattout7.webm"></video> <</switch>> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Beautiful weather today.. [[go back|out]] [[Who is this guy?|randomout][$saraout to 3;]] [[What is that sound?|randomout][$saraout to 1;]] </div> <</timed>> <</if>> <<if $mc.femi >= 85 && $mc.saturation2 >= 90 && $thera.start >= 129>> <video width="1300" autoplay loop src="images/out/mattout9.webm"></video> <br> <<timed 1s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''My hair is dancing in the wind! [[go back|out]] [[What's that?|randomout][$saraout to 1;]] </div> <</timed>> <</if>>
<<if $daddy.start != 4>> <style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <</if>> <<if $daddy.start == 1>> <video width="1300" autoplay src="images/daddy/daddy.webm"></video> <br> <<timed 1s>> <div class="icon fadein iconboss"> [img[$daddyicon]] ''Daddy: ''<<print $name>>?! Is that you son??<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''D..dad?! What are you doing [[here?|daddy2]] </div> <</timed>> <</if>> <<if $daddy.start == 3>> <video width="1300" autoplay src="images/daddy/mattdad.webm"></video> <br> <<timed 1s>> <div class="icon fadein iconboss"> [img[$daddyicon]] ''Daddy: ''Uhh..wow..ee..excuse me.. ma'am, I'm looking for my son, <<print $name>>, he works here..<br> </div> <</timed>> <<timed 2s>> <div class="icon fadein iconboss"> [img[$ryanicon]] ''Ryan: ''Yes, we are looking for <<print $name>>..<em>(nice ass, by the way)</em><br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''?? Huh? [[It's me, dad!|daddy2]] </div> <</timed>> <</if>> <<if $daddy.start == 4>> <video width="1300" autoplay src="images/daddy/mattdad7.webm"></video> <br> <<timed 1s>> <div class="icon fadein iconboss"> [img[$daddyicon]] ''Daddy: ''Uhh.. <<print $name>> Please wait.. <br> </div> <</timed>> <<timed 2s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Dad? What are you doing [[here?|daddy2]] <center><h3><em>@@.blink;Save the game!!!@@</em></h3></center> </div> <</timed>> <</if>> <<if $daddy.start == 102>> <video width="1300" autoplay src="images/daddy/mattdad11.webm"></video> <br> <<timed 1s>> <div class="icon fadein iconboss"> [img[$daddyicon]] ''Daddy: ''Hey! I'm here, sweetheart, just as I [[promised|daddy2]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $daddy.start == 1>> <video width="1300" autoplay src="images/daddy/daddy2.webm"></video> <br> <<timed 1s>> <div class="icon fadein iconboss"> [img[$daddyicon]] ''Daddy: ''I spoke with your mother's brother and heard some disturbing information. I got on my bike and here I am. What do you even look like, son? What's going on?<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Umm..this is my new therapy..<br> </div> <</timed>> <<timed 3s>> <div class="icon fadein iconboss"> [img[$daddyicon]] ''Daddy: ''Does your mother need some therapy too?? It's all strange.. [[really|daddy3]] </div> <</timed>> <</if>> <<if $daddy.start == 3>> <video width="1300" autoplay src="images/daddy/mattdad2.webm"></video> <br> <<timed 1s>> <div class="icon fadein iconboss"> [img[$daddyicon]] ''Daddy: ''Oh..oh my god! <<print $name>>..uhh you look just like..you wear a skirt..and you have breasts!<br> </div> <</timed>> <<timed 2s>> <div class="icon fadein iconboss"> [img[$ryanicon]] ''Ryan: ''Wow! I mean..wow! Really..What was I thinking about..<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Yes, dad... a lot has changed..<br> </div> <</timed>> <<timed 4s>> <div class="icon fadein iconboss"> [img[$daddyicon]] ''Daddy: ''I see.. Was it your [[decision?|daddy3]] </div> <</timed>> <</if>> <<if $daddy.start == 4>> <video width="1300" autoplay src="images/daddy/mattdad8.webm"></video> <br> <<timed 1s>> <div class="icon fadein iconboss"> [img[$daddyicon]] ''Daddy: ''I've been thinking a lot about this strange situation, and I need to tell you something <br> </div> <</timed>> <<timed 2s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Oh..umm okay, [[go on..|daddy3]] </div> <</timed>> <</if>> <<if $daddy.start == 102>> <video width="1300" autoplay src="images/daddy/mattdad12.webm"></video> <br> <<timed 1s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Yeah, I see <em>(that's so exciting!)</em><br> </div> <</timed>> <<timed 2s>> <div class="icon fadein iconboss"> [img[$daddyicon]] ''Daddy: ''You look nice, sweetheart! We really get along great now.<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Hah! Umm thanks! So, are we going?<br> </div> <</timed>> <<timed 4s>> <div class="icon fadein iconboss"> [img[$daddyicon]] ''Daddy: ''Looks like it..grab your bag and hop on the [[bike!|daddy3]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $daddy.start == 1>> <video width="1300" autoplay loop src="images/daddy/daddy3.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Uhh I know Dad.<br> </div> <</timed>> <<timed 2s>> <div class="icon fadein iconboss"> [img[$daddyicon]] ''Daddy: ''Don't worry, we'll get through this together.<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Thank you for being here, Dad.<br> </div> <</timed>> <<timed 4s>> <div class="icon fadein iconboss"> [img[$daddyicon]] ''Daddy: ''I'll find out what's going on and let you know.<br> </div> <</timed>> <<timed 5s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I appreciate it, Dad, I really do. [[Leave|business district][$daddy.start to 2]] <br>@@.blink;<em>(New character added, check the 'Characters' button)</em>@@ </div> <</timed>> <</if>> <<if $daddy.start == 3>> <video width="1300" autoplay loop src="images/daddy/mattdad3.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Not exactly, but what can I do?<br> </div> <</timed>> <<timed 2s>> <div class="icon fadein iconboss"> [img[$daddyicon]] ''Daddy: ''Got it. Ryan mentioned a mysterious therapist..You served in the army, maybe it's time for a little infiltration?<br> </div> <</timed>> <<timed 3s>> <div class="icon fadein iconboss"> [img[$ryanicon]] ''Ryan: ''Hmm..why not. I can take a look around, we will see.<br> </div> <</timed>> <<timed 4s>> <div class="icon fadein iconboss"> [img[$daddyicon]] ''Daddy: ''That would be great! <<print $name>> I will temporarily get you a new ID </div> <</timed>> <<timed 5s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Oh, okay Dad..and thank you..<em>(he smells nice in this leather, so masculine and dominant)</em><br> </div> <</timed>> <<timed 6s>> <div class="icon fadein iconboss"> [img[$daddyicon]] ''Daddy: ''No problem son, I have the right connections..what female name are you choosing?<br> <<textbox "$name" $name>> <br> <<button "Confirm" "work">> <<set $name to $name.trim()>> <<set $daddy.start to 4>> <</button>> or <br> I'm not changing my name but [[thanks for asking|work][$daddy.start to 4]] </div> <</timed>> <</if>> <<if $daddy.start == 4>> <video width="1300" autoplay src="images/daddy/mattdad9.webm"></video> <br> <<timed 1s>> <div class="icon fadein iconboss"> [img[$daddyicon]] ''Daddy: ''Uhhmm so..You are my child, and I will always protect you..<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Umm okay uhh <em>(He will protect me in his strong, masculine arms)</em><br> </div> <</timed>> <<timed 3s>> <div class="icon fadein iconboss"> [img[$daddyicon]] ''Daddy: ''That's why I want to take you far away from here to a safe place..<br> at least for a while..until this whole situation is cleared up<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Oh, Dad! That's so generous<br> [[but unfortunately I can't, sorry!|daddy4][$daddy.start to 5;$thera.start to 138;]]<br> or<br> [[That's so wonderful! Let's go together!|daddy4][$daddy.start to 100]] </div> <</timed>> <</if>> <<if $daddy.start == 102>> <video width="1300" autoplay loop src="images/daddy/mattdad13.webm"></video> <br> <<timed 1s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Okay! <em>(So this is it! A new life! I'm shaking all over)</em><br> </div> <</timed>> <<timed 2s>> <div class="icon fadein iconboss"> [img[$daddyicon]] ''Daddy: ''I start the engine!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''I'm coming!<br> </div> <</timed>> <<timed 4s>> <div class="icon fadein iconboss"> [img[$daddyicon]] ''Daddy: ''So, [[let's go!|daddy4]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $ryan.start == 2>> <video width="1300" autoplay src="images/home/motherbro.webm"></video> <br> <<timed 1s>> <div class="icon fadein iconboss"> [img[$ryanicon]] ''Ryan: ''Hey <<print $name>>..I don't know if you remember me.. I'm your mother's brother.<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ah yes Ryan! Hi.. What's up? Did something [[happen?|ryan2]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $ryan.start == 2>> <video width="1300" autoplay loop src="images/home/motherbro2.webm"></video> <br> <<timed 2s>> <div class="icon fadein iconboss"> [img[$ryanicon]] ''Ryan: ''Well..yeah? Have you looked in the mirror lately? I barely recognized you..and..I have no contact with my sister.<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Oh! Uhh..yes..hmm my situation is complicated now..My mom doesn't talk to me [[either|ryan3]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $ryan.start == 2>> <video width="1300" autoplay loop src="images/home/motherbro3.webm"></video> <br> <<timed 2s>> <div class="icon fadein iconboss"> [img[$ryanicon]] ''Ryan: ''That's why I came... because I'm worried.. you understand?<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I definitely understand and I'm worried [[too|ryan4]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $ryan.start == 2>> <video width="1300" autoplay src="images/home/motherbro4.webm"></video> <br> <<timed 2s>> <div class="icon fadein iconboss"> [img[$ryanicon]] ''Ryan: ''Okay, okay ughh..trouble has befallen our family..I'll try to sort it all out.<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Let me know if you need anything<br> </div> <</timed>> <<timed 4s>> <div class="icon fadein iconboss"> [img[$ryanicon]] ''Ryan: ''Okay, take care [[bye|living room4][$ryan.start to 3]] <br>@@.blink;<em>(New character added, check the 'Characters' button)</em>@@ </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $thera.start < 129>> <<if $saraout == 1>> <video width="1300" autoplay src="images/sis/violet7.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Do I hear some female moans?? [[Strange|randomout2]] </div> <</timed>> <</if>> <<if $saraout == 2>> <video width="1300" autoplay src="images/home/michellesara.webm"></video> <br> <<timed 2s>> <div class="icon iconmichelle fadein"> [img[$michelleicon]] ''Michelle: ''You know, I should change something... clothes, hairstyle, life is too short to stay at home..<br> </div> <</timed>> <<timed 3s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Maybe you're right...<<print $name>> has his own problems and I found myself [[alone..|randomout2]] </div> <</timed>> <</if>> <<if $saraout == 3>> <video width="1300" autoplay src="images/home/guytease.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hmm He looks fine...why am I even thinking about this? He's looking at me.. <<if $mc.lust < 25 || $mc.mood < 31>> @@.blink;[[flirt back|randomout2][$mc.lust to Math.clamp($mc.lust + 1, 0, 25);$mc.mood to Math.clamp($mc.mood + 1, 0, 30);]]@@ <<else>> [[flirt back|randomout2]] <</if>> or [[go away|out]] </div> <</timed>> <</if>> <</if>> <<if $mc.femi >= 85 && $mc.saturation2 >= 90 && $thera.start >= 129>> <<if $saraout == 1>> <video width="1300" autoplay src="images/sis/amanda.webm"></video> <br> <<timed 1s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Hmm..what kind of gathering is this?<br> </div> <</timed>> <<timed 2s>> [[Take a closer look|randomout2]] <</timed>> <</if>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $thera.start < 129>> <<if $saraout == 1>> <video width="1300" autoplay loop src="images/sis/violet6.webm"></video> <br> <<timed 2s>> <div class="icon iconviolet fadein"> [img[$violeticon]] ''Violet: ''Ahhghh!! Mmm soo good..ahhh so fucking good..mmm don't stoop!!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Jesus! I shouldn't be watching this... right?? <<if $thera.start < 77>>[[Run away|living room4]]<<else>>[[Run away|out]]<</if>> </div> <</timed>> <</if>> <<if $saraout == 2>> <video width="1300" autoplay loop src="images/home/michellesara2.webm"></video> <br> <<timed 2s>> <div class="icon iconmichelle fadein"> [img[$michelleicon]] ''Michelle: ''You don't have to be alone...if you know what I mean..<br> </div> <</timed>> <<timed 3s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Oh! Hmm I know..[[I know|living room4]] </div> <</timed>> <</if>> <<if $saraout == 3>> <video width="1300" autoplay loop src="images/home/guytease2.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Um..Hey! <em>(it's little exciting.. as a woman I am noticed!?!)</em> [[pass by|randomout3]] </div> <</timed>> <</if>> <</if>> <<if $mc.femi >= 85 && $mc.saturation2 >= 90 && $thera.start >= 129>> <<if $saraout == 1>> <video width="1300" autoplay src="images/sis/amanda2.webm"></video> <br> <<timed 1s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Oh! I can see her pussy even from here! That's weird.<br> </div> <</timed>> <<timed 2s>> [[Stop peeking|out]] <</timed>> <</if>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $mirror.start == 1>> <video width="1300" autoplay loop src="images/home/mirror1.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I look nice today..[[Enough|bathroom][$mirror.start to 2]] </div> <</timed>> <</if>> <<if $mirror.start == 2>> <video width="1300" autoplay loop src="images/home/mirror2.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Yeah..hehe so freaky..[[Enough|bathroom][$mirror.start to 3]] </div> <</timed>> <</if>> <<if $mirror.start == 3>> <video width="1300" autoplay loop src="images/home/mirror3.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Yes..look at me..mmm..[[Enough|bathroom][$mirror.start to 4]] </div> <</timed>> <</if>> <<if $mirror.start == 4>> <video width="1300" autoplay loop src="images/home/mirror4.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''My hands are so delicate..[[Enough|bathroom][$mirror.start to 5]] </div> <</timed>> <</if>> <<if $mirror.start == 5>> <<switch random (1,4)>> <<case 1>> <video width="1300" autoplay loop src="images/home/mirror1.webm"></video> <<case 2>> <video width="1300" autoplay loop src="images/home/mirror2.webm"></video> <<case 3>> <video width="1300" autoplay loop src="images/home/mirror3.webm"></video> <<case 4>> <video width="1300" autoplay loop src="images/home/mirror4.webm"></video> <</switch>> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I look nice today..[[Enough|bathroom]] </div> <</timed>> <</if>> <<if $mirror.start == 6>> <video width="1300" autoplay loop src="images/home/mirror5.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Therapist said...look in the mirror and tease...am I sexy now? [[Enough|bathroom]] </div> <</timed>> <</if>> <<if $mirror.start == 7>> <video width="1300" autoplay loop src="images/home/mirror6.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Uhh full and sensitive breasts..I still don't believe it! [[Enough|bathroom]] </div> <</timed>> <</if>> <<if $mirror.start == 8>> <video width="1300" autoplay loop src="images/home/mirror7.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Almost every guy gives me attention now..what should i do? [[Enough|bathroom]]<<if $mc.makeup == 0 && $thera.start >= 90>> or [[Try makeup|makeup][$mc.makeup to 1]]<</if>> </div> <</timed>> <</if>> <<if $mirror.start == 9>> <video width="1300" autoplay loop src="images/home/mirror8.webm"></video> <br> <<timed 0.6s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ahh so sensitive and delicate! [[Enough|bathroom]]<<if $mc.makeup == 0 && $thera.start >= 90>> or [[Try makeup|makeup][$mc.makeup to 1]]<</if>><br> </div> <</timed>> <</if>> <<if $mirror.start == 10>> <video width="1300" autoplay loop src="images/home/mirror9.webm"></video> <br> <<timed 0.6s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Ahh sensitive and feminine! [[Enough|bathroom]]<<if $mc.makeup == 0 && $thera.start >= 129>> or [[Try makeup|makeup][$mc.makeup to 1]]<</if>><br> </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $mc.femi >= 30 && $thera.start >= 69 && $mc.saturation2 >= 30 && $thera.start < 129>> <video width="1300" autoplay loop src="images/mother/mothervisit13.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Uhh okay, it's too much for me [[Leave|home][$timeofday += 1]] </div> <</timed>> <</if>> <<if $mc.femi >= 85 && $mc.saturation2 >= 90 && $thera.start >= 129>> <video width="1300" autoplay src="images/mother/mothervisit20.webm"></video> <br> <<timed 1s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''What are you doing? Stop it! Just stop it!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmother fadein"> [img[$mothericon]] ''Mother: ''Oh I'm sorry honey, I don't know what came over me!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Oh Just leave me alone! [[Leave|out][$timeofday += 1]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if visited() is 1 && $sara.saturation == 10>> <video width="1300" autoplay src="images/work/sarawork8.webm"></video> <<timed 1s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Hey! Hehe hello everyone! <br> </div> <</timed>> <<timed 2s>> <div class="icon iconbrad fadein"> [img[$bradicon]] ''Brad: ''Woooahh! Nice! Nice change, honey!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Oh Brad, you dog hehe!<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hmm he tells this to all the women around him..[[get back to work|work]] </div> <</timed>> <<else>> <video width="1300" autoplay src="images/work/sarawork8.webm"></video> <<timed 1s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Hey! Hehe hello everyone! <br> </div> <</timed>> <<timed 2s>> <div class="icon iconbrad fadein"> [img[$bradicon]] ''Brad: ''Nice to see you again hehe<br> </div> <</timed>> <<timed 3s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Oh Brad, you probably say that to every woman here.<br> </div> <</timed>> <<timed 4s>> <div class="icon iconbrad fadein"> [img[$bradicon]] ''Brad: ''I only say this to these sexy and beautiful women.<br> </div> <</timed>> <<timed 5s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Yeah, right..[[get back to work|work]] </div> <</timed>> <</if>>
<<if $mc.femi >= 30 && $mc.femi < 85 && $mc.saturation2 >= 30 && $mc.saturation2 < 90 && $thera.start < 129>> <video width="1300" loop autoplay src="images/home/sarahome17.webm"></video> <<elseif $mc.femi >= 85 && $mc.saturation2 >= 90 && $thera.start >= 129>> <<switch random(1,2)>> <<case 1>> <video width="1300" loop autoplay src="images/home/sarahome32.webm"></video> <<case 2>> <video width="1300" loop autoplay src="images/home/sarahome33.webm"></video> <</switch>> <</if>> <br> <!-- EVENTS STAGE 4 --> <<if $mc.femi >= 30 && $mc.femi < 85 && $mc.saturation2 >= 30 && $mc.saturation2 < 90 && $thera.start < 129>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''<<if $thera.start < 78>> Now I'm really confused...we're married, right?<<else>> Come to me, honey<</if>> <br> </div> <<if $timeofday == 4 && $timeofday != 5 || $day == 6 && $timeofday != 5>> [[Rest|rest living room][$timeofday += 1]] <</if>> <<if $timeofday == 4 && $timeofday != 5 || $day == 6 && $timeofday != 5>> [[Watch TV with.. your wife?|saratv2][$timeofday += 1]] <</if>> <<if $timeofday == 4 && $amanda.active == 0 && $amanda.start == 10>> <br>@@.blink;[[Doorbell|amanda visit][$amanda.active to 1]]@@ <</if>> <<if $thera.start == 77>> <br>@@.blink;[[Your wife wants to talk to you|saramattliv]]@@ <</if>> <<if $boss.start == 10>> <br>@@.blink;[[Your sisters are coming to the rescue!|boss stage 4][$boss.start to 11]]@@ <</if>> <<if $violet.start == 106>> <br>@@.blink;[[Doorbell|violet visit][$violet.active to 1;$violet.start to 107;]]@@ <</if>> <<if $thera.start > 105 && $wardrobe["outfit2"] == 0>> <br>@@.blink;[[Your sisters are coming to the rescue again!|amberstore][$wardrobe.outfit2 to 1]]@@ <</if>> <<if $thera.start == 112>> <br>@@.blink;[[Your wife wants to talk to you|saramattliv]]@@ <</if>> <<if $thera.start == 115>> <br>@@.blink;[[Talk to your wife|saramattliv]]@@ <</if>> <<if $thera.start == 125>> <br>@@.blink;[[The doorbell.. but who is it?|therapist session part4]]@@ <</if>> <<if $timeofday == 4 && $timeofday != 5 || $day == 6 && $timeofday != 5>> <<if $daddy.active == 0 && $thera.start >= 117 && $mc.lust < 45>> <<switch random(1,2)>> <<case 2>> <br>[[Go for a walk with daddy|daddyrand][$daddy.active to 1;$timeofday += 1;]] <</switch>> <</if>> <</if>> <<if $timeofday == 4 && $timeofday != 5 || $day == 6 && $timeofday != 5>> <<if $wardrobe.outfit3 == 1>> [[Sara's Thoughts|new outfit]] <</if>> <</if>> <<if ndef $landlordrandom>><<set $landlordrandom to 0>><</if>> <<if $thera.start >= 100 && $landlordrandom == 0>> <<switch random(1,4)>> <<case 2>> [[A strange feeling|landlord random][$landlordrandom to 1]] <</switch>> <</if>> <</if>> <!-- EVENTS STAGE 5 --> <<if $mc.femi >= 85 && $mc.saturation2 >= 90 && $thera.start >= 129>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''<<if $thera.start < 131>> Everything is changing so fast..<<else>> Everything is fine, we have nothing to talk about...<</if>> <br> </div> <<if $timeofday == 4 && $timeofday != 5 || $day == 6 && $timeofday != 5>> [[Rest|rest living room][$timeofday += 1]] <</if>> <<if $timeofday == 4 && $timeofday != 5 || $day == 6 && $timeofday != 5>> [[Watch TV with.. your wife?|saratv2][$timeofday += 1]] <</if>> <<if $timeofday == 4 && $timeofday != 5 && $amber.start == 4 || $day == 6 && $timeofday != 5 && $amber.start == 4>> <<if not hasVisited("modeltv")>> @@.blink;[[Watch fashion TV|modeltv][$timeofday += 1]]@@ <<else>> [[Watch fashion TV|modeltv][$timeofday += 1]] <</if>> <</if>> <<if $timeofday == 4 && $timeofday != 5 || $day == 6 && $timeofday != 5>> <<if $wardrobe.outfit3 == 1>> [[Sara's Thoughts|new outfit]] <</if>> <</if>> <<if $thera.start == 137 && $daddy.start == 101 >> @@.blink;[[Is that a motorcycle?|daddy][$daddy.start to 102]]@@<br> <</if>> <</if>> <<if $housework.start >= 3 && $housework.living == 0 && $day != 6 && $timeofday == 4 && $timeofday != 5>> <br>@@.blink;[[Vacuuming|vacuuming][$housework.living to 1]]@@ <</if>> <br>[[Leave|home]]
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $thera.start == 78>> <video width="1300" autoplay loop src="images/thera/thera91.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Look girls, here's your new sister!<br> </div> <</timed>> <<timed 2s>> <div class="icon fadein"> [img[$amiricon]] ''Amira: ''Wow!<br> </div> <</timed>> <<timed 3s>> <div class="icon fadein iconviolet"> [img[$girlicon]] ''Girl: ''OMG! What a [[change!|therapist session part4-2]] </div> <</timed>> <</if>> <<if $thera.start == 79>> <video width="1300" autoplay src="images/doctor/doctorstage4.webm"></video> <br> <<timed 1s>> <div class="icon iconboss fadein"> [img[$doctoricon]] ''Doktor Octopus: ''Welcome.. <<print $name>>?? oh I see that things have taken an unexpected turn. <br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Yes, doctor, I tried to avoid it but still..<br> </div> <</timed>> <<timed 3s>> <div class="icon iconboss fadein"> [img[$doctoricon]] ''Doktor Octopus: ''It's ok <<print $name>>.. let's see what changes are happening in your [[body|therapist session part4-2]] </div> <</timed>> <</if>> <<if $thera.start == 80>> <video width="1300" autoplay loop src="images/thera/thera67.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''How are you feeling today?<br> </div> <</timed>> <<timed 2s>> <div class="icon fadein"> [img[$amiricon]] ''Amira: ''I hope you feel better now?<br> </div> <</timed>> <<timed 3s>> <div class="icon fadein iconviolet"> [img[$girlicon]] ''Girl: ''We are worried [[honey|therapist session part4-2]] </div> <</timed>> <</if>> <<if $thera.start == 81>> <<if $mirror.start == 6>><<set $mirror.start to 7>><</if>> <<if $mother.bbc < 4>><<set $mother.bbc += 1>><</if>> <video width="1300" autoplay loop src="images/thera/makeup0.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Okay <<print $name>>! I talked to the girls yesterday and we start makeup lessons tomorrow!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hmm..I don't know..<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Oh, Just try okay? What do you have to lose? [[Leave|business district][$thera.start to 82]] </div> <</timed>> <</if>> <<if $thera.start == 82>> <video width="1300" autoplay loop src="images/thera/makeup.webm"></video> <br> <<timed 1s>> <div class="icon fadein"> [img[$amiricon]] ''Amira: ''I will teach you the basics of makeup, don't be afraid hehe<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Okay uhh.. we can try..<br> </div> <</timed>> <<timed 3s>> <div class="icon fadein iconviolet"> [img[$girlicon]] ''Girl: ''What are you [[doing?|therapist session part4-2]] </div> <</timed>> <</if>> <<if $thera.start == 83 || $thera.start == 84 || $thera.start == 85>> <video width="1300" autoplay loop src="images/thera/makeup.webm"></video> <br> <<timed 1s>> <div class="icon fadein"> [img[$amiricon]] ''Amira: ''Okay then... let's get started..<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Okay [[uhh..|therapist session part4-2]] </div> <</timed>> <</if>> <<if $thera.start == 86>> <<if $mirror.start == 7>><<set $mirror.start to 8>><</if>> <<if $mother.bbc < 4>><<set $mother.bbc += 1>><</if>> <video width="1300" autoplay src="images/thera/meanwhile.webm"></video> <br> <<timed 2s>> <div class="fadein"> meanwhile your [[wife..|therapist session part4-2]] </div> <</timed>> <</if>> <<if $thera.start == 87>> <video width="1300" autoplay loop src="images/thera/makeup.webm"></video> <br> <<timed 1s>> <div class="icon fadein"> [img[$amiricon]] ''Amira: ''Okay then... let's get started..<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Okay.. [[uhh..|therapist session part4-2]] </div> <</timed>> <</if>> <<if $thera.start == 88>> <video width="1300" autoplay src="images/thera/meanwhile.webm"></video> <br> <<timed 2s>> <div class="fadein"> meanwhile in the therapy [[room|therapist session part4-2]] </div> <</timed>> <</if>> <<if $thera.start == 89>> <video width="1300" autoplay loop src="images/thera/makeup.webm"></video> <br> <<timed 1s>> <div class="icon fadein"> [img[$amiricon]] ''Amira: ''Okay then... let's get started..<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Okay [[uhh..|therapist session part4-2]] </div> <</timed>> <</if>> <<if $thera.start == 90>> <video width="1300" autoplay src="images/thera/meanwhile.webm"></video> <br> <<timed 2s>> <div class="fadein"> meanwhile your [[wife..|therapist session part4-2]] </div> <</timed>> <</if>> <<if $thera.start == 91>> <video width="1300" autoplay src="images/thera/makeup11.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hmm nice! Makeup done!<br> </div> <</timed>> <<timed 2s>> <div class="icon fadein iconviolet"> [img[$girlicon]] ''Girl: ''Yeah hon.. very nice, it was worth [[trying|business district][$thera.start to 92]] </div> <</timed>> <</if>> <<if $thera.start == 92>> <video width="1300" autoplay src="images/thera/thera98.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Well, well heh.You look interesting now, I guess there was no point in resisting.<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I guess I had no choice..<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''But you don't despair too much, do you? This is just the beginning, [[Leave|business district][$thera.start to 93]] </div> <</timed>> <</if>> <<if $thera.start == 93>> <video width="1300" autoplay src="images/thera/thera99.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Hmm so Amira, how do you like this view?<br> </div> <</timed>> <<timed 2s>> <div class="icon fadein"> [img[$amiricon]] ''Amira: ''Uhh well..I guess it's okay..<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''You can speak openly. Does it turn [[you on?|therapist session part4-2]] </div> <</timed>> <</if>> <<if $thera.start == 94>> <video width="1300" autoplay src="images/thera/thera101.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I've noticed that some women are rude to me now.<br> </div> <</timed>> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Heh yeah..It's completely normal, they compete with you... you're becoming more and more attractive.<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Umm and my boss at work seems to support this!<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''And you want to keep the boss to yourself, [[right?|therapist session part4-2]] </div> <</timed>> <</if>> <<if $thera.start == 95>> <video width="1300" autoplay src="images/thera/meanwhile.webm"></video> <br> <<timed 2s>> <div class="fadein"> meanwhile your [[wife..|therapist session part4-2]] </div> <</timed>> <</if>> <<if $thera.start == 96>> <video width="1300" autoplay src="images/thera/thera99.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Amira! It's simple and very fun, [[look|therapist session part4-2]] </div> <</timed>> <</if>> <<if $thera.start == 97>> <video width="1300" autoplay src="images/thera/thera99.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Amira! Heh He doesn't bite [[look|therapist session part4-2]] </div> <</timed>> <</if>> <<if $thera.start == 98>> <video width="1300" autoplay src="images/thera/thera101.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''I thought about what you said and I think you should fight for your position in the company.<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Yes? But how do you do that?<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Changing your outfit helped before, so maybe go in that direction? [[Leave|business district][$thera.start to 99;$wardrobe.start to 1;]] <br>@@.blink;<em>(Morning wardrobe unlocked!)</em>@@ </div> <</timed>> <</if>> <<if $thera.start == 99 || $thera.start == 100 || $thera.start == 101 || $thera.start == 102>> <video width="1300" autoplay src="images/thera/meanwhile.webm"></video> <br> <<timed 2s>> <div class="fadein"> meanwhile your [[wife..|therapist session part4-2]] </div> <</timed>> <</if>> <<if $thera.start == 103>> <video width="1300" autoplay src="images/thera/thera106.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''You look really good, that's for sure.<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Uhh I think it's not enough..<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Maybe you need to try harder. Think about it. [[Leave|business district][$thera.start to 104]] </div> <</timed>> <</if>> <<if $thera.start == 104>> <video width="1300" autoplay src="images/thera/thera107.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Yes honey, very good, you've made tremendous progress!<br> </div> <</timed>> <<timed 2s>> <div class="icon fadein"> [img[$amiricon]] ''Amira: ''Mmm It's so hypnotizing!<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''This is how it should be! [[Leave|business district][$thera.start to 105]] </div> <</timed>> <</if>> <<if $thera.start == 105>> <<set $mirror.start to 9>> <video width="1300" autoplay src="images/thera/thera107.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Yes honey, very good, you've made tremendous progress!<br> </div> <</timed>> <<timed 2s>> <div class="icon fadein"> [img[$amiricon]] ''Amira: ''Mmm It's so hypnotizing!<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''That's right! Now look into his eyes and see if he [[likes this!|therapist session part4-2]] </div> <</timed>> <</if>> <<if $thera.start == 106>> <<if $daddy.start == 2>><<set $daddy.start to 3>><</if>> <video width="1300" autoplay src="images/thera/thera108.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Very good, but speed up the pace<br> </div> <</timed>> <<timed 2s>> <div class="icon fadein"> [img[$amiricon]] ''Amira: ''Ohh it's so intense!<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Give him some relief, that's why [[you're here!|therapist session part4-2]] </div> <</timed>> <</if>> <<if $thera.start == 107>> <video width="1300" autoplay src="images/thera/thera109.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Mmm hehe you really liked it huh?<br> </div> <</timed>> <<timed 2s>> <div class="icon fadein"> [img[$amiricon]] ''Amira: ''Uhh I shouldn't say that but.. but yes!<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Taste this delicious cum, come on, I know you [[want this|therapist session part4-2]] </div> <</timed>> <</if>> <<if $thera.start == 108>> <video width="1300" autoplay src="images/thera/thera112.webm"></video> <br> <<timed 2s>> <div class="icon fadein"> [img[$amiricon]] ''Amira: ''Mmm <<print $name>> do you like what you see?<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Umm [[wwhat?!|therapist session part4-2]] </div> <</timed>> <</if>> <<if $thera.start == 109>> <video width="1300" autoplay loop src="images/thera/thera111.webm"></video> <br> <<timed 1s>> <div class="icon fadein iconviolet"> [img[$girlicon]] ''Girl: ''Ohh! We are so proud of you!<br> </div> <</timed>> <<timed 2s>> <div class="icon fadein"> [img[$amiricon]] ''Amira: ''Umm thanks heh..<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''That's true...but that's not all... [[Leave|business district][$thera.start to 110]] </div> <</timed>> <</if>> <<if $thera.start == 110 || $thera.start == 111>> <<if $violet.start == 108>><<set $violet.start to 109>><</if>> <video width="1300" autoplay src="images/thera/meanwhile.webm"></video> <br> <<timed 2s>> <div class="fadein"> meanwhile your [[wife..|therapist session part4-2]] </div> <</timed>> <</if>> <<if $thera.start == 113>> <<if $wardrobe.outfit == 0>> <video width="1300" autoplay src="images/thera/thera116.webm"></video> <<elseif $wardrobe.outfit == 1>> <video width="1300" autoplay src="images/thera/thera115.webm"></video> <</if>> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I wanted to talk about something..<br> </div> <</timed>> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Hmm okay..am I listening?<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I want... I want to leave this city with my wife, she... I don't feel good here and [[neither do I|therapist session part4-2]] </div> <</timed>> <</if>> <<if $thera.start == 114>> <<set $reportericon to "images/profiles/reportericon2.png">> <video width="1300" autoplay loop src="images/thera/thera120.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''What is this? Where are the girls?!<br> </div> <</timed>> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''It's a different show and the main character is.. Ryan! Of course, he looks a bit different now!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ryan?! What did you do? Why does that reporter look like a whore?<br> </div> <</timed>> <<timed 4s>> <div class="icon fadein"> [img[$reportericon]] ''Reporter: ''I'm just serving my mistress. It's so exciting, [[hehe|therapist session part4-2]] </div> <</timed>> <</if>> <<if $thera.start == 116>> <video width="1300" autoplay src="images/thera/thera124.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Well, well, You came back... look how this reporter [[desires me..|therapist session part4-2]] </div> <</timed>> <</if>> <<if $thera.start == 117>> <<if $mc.sub < 40>><<set $mc.sub += 1>><</if>> <video width="1300" autoplay src="images/thera/thera126.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''I feel better now... today is good..<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Do I have to be naked?<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Just you and you, thinking only about yourself! What about others huh?<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I just asked..<br> </div> <</timed>> <<timed 5s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''You pissed me off again [[Uhhh!!|business district][$thera.start to 118;]] </div> <</timed>> <</if>> <<if $thera.start == 118>> <<if $mc.sub < 40>><<set $mc.sub += 1>><</if>> <video width="1300" autoplay src="images/thera/thera126.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Okay, kneel [[before me|therapist session part4-2]] </div> <</timed>> <</if>> <<if $thera.start == 119>> <<if $mc.sub < 40>><<set $mc.sub += 1>><</if>> <video width="1300" autoplay src="images/thera/thera127.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Nice! very good, you are doing it well now, [[go on|therapist session part4-2]] </div> <</timed>> <</if>> <<if $thera.start == 120>> <<if $mc.sub < 40>><<set $mc.sub += 1>><</if>> <video width="1300" autoplay src="images/thera/thera130.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''You look lovely, I must admit. [[But..|therapist session part4-2]] </div> <</timed>> <</if>> <<if $thera.start == 121>> <video width="1300" autoplay loop src="images/thera/thera134.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Yeah, take care of her, really good hehe!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ahhh heh..mmm okay <em>(what is she planning?)</em> [[Leave|business district][$thera.start to 122;]] </div> <</timed>> <</if>> <<if $thera.start == 122>> <video width="1300" autoplay loop src="images/thera/thera134.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Yeah, really good, dominate her!<br> </div> <</timed>> <<timed 2s>> <div class="icon fadein"> [img[$reportericon]] ''Reporter: ''As you wish mistress!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Uhh What? it's a bit too violent [[for me..|therapist session part4-2]] </div> <</timed>> <</if>> <<if $thera.start == 123>> <video width="1300" autoplay loop src="images/thera/thera135.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Beautiful view of my girls hehe She's ready for more!<br> </div> <</timed>> <<timed 2s>> <div class="icon fadein"> [img[$reportericon]] ''Reporter: ''Are you sure mistress?<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''N..no please [[ahh stop!|therapist session part4-2]] </div> <</timed>> <</if>> <<if $thera.start == 124>> <video width="1300" autoplay loop src="images/thera/thera136.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''You look wonderful, your body is starting to give in to pleasure!<br> </div> <</timed>> <<timed 2s>> <div class="icon fadein"> [img[$reportericon]] ''Reporter: ''Mmm hehe yeah, It's true, I feel her pussy shrinking!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I just..I just can't [[Uhhh!!|therapist session part4-2]] </div> <</timed>> <</if>> <<if $thera.start == 125>> <<set $copicon to "images/profiles/copicon.png">> <video width="1300" autoplay loop src="images/police/cop.webm"></video> <br> <<timed 1s>> <div class="icon iconboss fadein"> [img[$copicon]] ''Cop: ''Hello hmm ma'am, I wanted to talk about missing persons... let me see, a local reporter, a reporter, yes, that's right, a reporter..<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Oh! Umm..I don't think I know anything about it..<br> </div> <</timed>> <<timed 3s>> <div class="icon iconboss fadein"> [img[$copicon]] ''Cop: ''I found her notebook in which she mentions a meeting with you..but the rest is encrypted.<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Oh yes, Uhh..well..I remember she wanted to talk about something, but I didn't [[have time..|therapist session part4-2]] </div> <</timed>> <</if>> <<if $thera.start == 126>> <video width="1300" autoplay loop src="images/thera/thera136.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Same thing again! Ahh!!<br> </div> <</timed>> <<timed 2s>> <div class="icon fadein"> [img[$reportericon]] ''Reporter: ''Hehe You like being forced!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''N..no..no! [[it's not true|therapist session part4-2]] </div> <</timed>> <</if>> <<if $thera.start == 127>> <video width="1300" autoplay src="images/thera/thera138.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ahhh ahhh!! Oh god!!<br> </div> <</timed>> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Hmm okay, I think you're ready for the next stage.<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Mmm uhhh w..[[what?|therapist session part4-2]] </div> <</timed>> <</if>> <<if $thera.start == 130>> <video width="1300" autoplay src="images/doctor/doctorstage5.webm"></video> <br> <<timed 1s>> <div class="icon iconboss fadein"> [img[$doctoricon]] ''Doktor Octopus: ''Welcome again <<print $name>> I see that a lot has changed since our last meeting.<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''For me it's like a dream.<br> </div> <</timed>> <<timed 3s>> <div class="icon iconboss fadein"> [img[$doctoricon]] ''Doktor Octopus: ''Yes..<<print $name>>..it's understandable.<br> The question is that a good dream or a [[bad one|therapist session part4-2]] </div> <</timed>> <</if>> <<if $thera.start == 131>> <video width="1300" autoplay src="images/thera/thera142.webm"></video> <br> <<timed 1s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Closed today? Hmm..That's unusual. [[Leave|business district][$thera.start to 132]] </div> <</timed>> <</if>> <<if $thera.start == 132>> <<if $boss.start == 14>><<set $boss.start to 15>><</if>> <<if $amanda.start == 11>><<set $amanda.start to 12>><</if>> <video width="1300" autoplay loop src="images/thera/thera147.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Hehe yesss very good..listen to the message, and be polite...just obey.<br> </div> <</timed>> <<timed 2s>> <div class="icon fadein"> [img[$reportericon]] ''Reporter: ''Aghhh no..I shouldn't..<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Oh umm I should go now..[[Leave|business district][$thera.start to 133;]] </div> <</timed>> <</if>> <<if $thera.start == 133>> <<if $brad.start == 6>><<set $brad.start to 7>><</if>> <video width="1300" autoplay loop src="images/thera/thera147.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Hehe My dear.. that's great! Now you're finally being yourself!<br> </div> <</timed>> <<timed 2s>> <div class="icon fadein"> [img[$reportericon]] ''Reporter: ''Aghhh obey..uhhh yess..<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hmm That's very strange..Should I say [[something?|therapist session part4-2]] </div> <</timed>> <</if>> <<if $thera.start == 134>> <<if $violet.start == 110>><<set $violet.start to 111>><</if>> <video width="1300" autoplay loop src="images/thera/thera143.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Oh, sweetheart! Show yourself to us! You look stunning!<br> </div> <</timed>> <<timed 2s>> <div class="icon fadein"> [img[$amiricon]] ''Amira: ''That's true. She looks wonderful...<br> </div> <</timed>> <<timed 3s>> <div class="icon fadein"> [img[$reportericon]] ''Reporter: ''Mmm and that long, shiny hair..uhh it makes me wet [[right away!|therapist session part4-2]] </div> <</timed>> <</if>> <<if $thera.start == 135>> <<if $violet.start == 110>><<set $violet.start to 111>><</if>> <<if $amanda.start == 11>><<set $amanda.start to 12>><</if>> <video width="1300" autoplay loop src="images/thera/thera146.webm"></video> <br> <<timed 1s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Umm I've seen some disturbing things here..<br> </div> <</timed>> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Don't worry, sweetheart, I would never do that to you .<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Uhh okay that's cheering.<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''I care about you. [[Leave|business district][$thera.start to 136;]] </div> <</timed>> <</if>> <<if $thera.start == 138>> <video width="1300" autoplay loop src="images/thera/thera149.webm"></video> <br> <<timed 1s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''I'm all confused... and jealous that men don't take me seriously..uhh Michelle is popular at work, but I'm not!<br> </div> <</timed>> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''It's completely normal my dear..you have a woman's body, and your brain needs to adjust and get to know it fully.<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Hmm but how do you do that?<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''It looks like you're ready for something new. You should talk to Amber at the store, she knows a lot about fashion and women's style. [[Leave|business district][$thera.start to 139;$amber.start to 3;]] <br>@@.blink;<em>(Go to the shop)</em>@@ </div> <</timed>> <</if>> <<if $thera.start == 140>> <video width="1300" autoplay loop src="images/thera/thera150.webm"></video> <br> <<timed 1s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Uhh I'm a little nervous! I've never worked directly with clients..that scares me!<br> </div> <</timed>> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Don't worry, I'll help you! You need a new therapy!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Mmm ohhh but what does that mean?<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Come on, I'll [[show you|therapist session part4-2]] </div> <</timed>> <</if>> <<if $thera.start == 141>> <video width="1300" autoplay loop src="images/thera/thera155.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Let's not wait any longer, sweetheart, it's time to get started.<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Mmm all right [[then|therapist session part4-2]] </div> <</timed>> <</if>> <<if $thera.start == 142>> <video width="1300" autoplay loop src="images/thera/thera155.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Hey, so..you are ready?<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Last time, I was really confused..<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''This is no time for fussing honey, consistency is what matters most right now [[come here|therapist session part4-2]] </div> <</timed>> <</if>> <<if $thera.start == 143>> <video width="1300" autoplay loop src="images/thera/thera155.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Hey, so..you are ready?<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Hmm is this the right path for me?<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Well, you can always go back to the office and say no to your boss..<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Good point, let's [[get started|therapist session part4-2]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $mc.femi >= 60 && $mc.femi < 85 && $mc.saturation2 >= 60 && $mc.saturation2 < 90 && $thera.start >= 77 && $thera.start < 129 >> <video autoplay loop src="images/home/tvhome10.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Umm It's nice to spend some time together.<br> </div> <</timed>> <<timed 2s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Heh It's true.. come to me!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Mmm what a sweet kiss, [[let's keep watching|living room6]] </div> <</timed>> <</if>> <<if $mc.femi >= 85 && $mc.saturation2 >= 90 && $thera.start >= 129>> <video autoplay loop src="images/home/tvhome11.webm"></video> <br> <<timed 1s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Umm It's nice to spend some time together, right?<br> </div> <</timed>> <<timed 2s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Hmm I guess you're right..<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Umm yeah..uhh [[let's keep watching|living room6]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $thera.start >= 77 && $michelle.start == 0>> <video autoplay src="images/work/michelle8.webm"></video> <br> <<timed 1s>> <div class="icon iconmichelle fadein"> [img[$michelleicon]] ''Michelle: ''FUCK! <<print $name>>! Again?! How?! How is this even possible?!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hello Michelle..uhh well..you know..<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmichelle fadein"> [img[$michelleicon]] ''Michelle: ''Hey! Boss [[look!|michellestage 4-2]] </div> <</timed>> <</if>> <<if $michelle.start == 100>> <video autoplay loop src="images/work/michelle11.webm"></video> <br> <<timed 1s>> <div class="icon iconmichelle fadein"> [img[$michelleicon]] ''Michelle: ''You know what? Instead of fooling around with your boss, get back to work!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''W..What? I don't know what you're talking about.<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmichelle fadein"> [img[$michelleicon]] ''Michelle: ''Just get back to [[work|work][$michelle.start to 101;$clientmail.active to 0;]] </div> <</timed>> <</if>> <<if $michelle.start >= 101 && $michelle.brad == 0>> <video autoplay loop src="images/work/bradmichelle.webm"></video> <br> <<timed 2s>> <div class="icon iconmichelle fadein"> [img[$michelleicon]] ''Michelle: ''Hey Brad! Do you like it?!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconbrad fadein"> [img[$bradicon]] ''Brad: ''Mmm yeah..You look hot, sexy [[outfit!|michellestage 4-2]] </div> <</timed>> <</if>> <<if $michelle.start >= 101 && $michelle.brad == 2 && $wardrobe["outfit"] != 3>> <video autoplay src="images/work/bradmichelle3.webm"></video> <br> <<timed 2s>> <div class="icon iconmichelle fadein"> [img[$michelleicon]] ''Michelle: ''Hehe calm down boys, we're at work, come on hehe<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ughh this is ridiculous..[[Work|work]] </div> <</timed>> <</if>> <<if $michelle.start >= 101 && $michelle.brad == 2 && $wardrobe["outfit"] == 3>> <video autoplay src="images/work/michelle12.webm"></video> <br> <<timed 2s>> <div class="icon iconmichelle fadein"> [img[$michelleicon]] ''Michelle: ''Heh..You look pretty good, but it's still not enough, honey.<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ughh okay, sure..[[Work|work]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $thera.start >= 77 && $michelle.start == 0>> <video autoplay src="images/work/michelle9.webm"></video> <br> <<timed 2s>> <div class="icon iconboss fadein"> [img[$bossicon]] ''Boss: ''What's going on? What is this shouting about?<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmichelle fadein"> [img[$michelleicon]] ''Michelle: ''Boss look!<br> </div> <</timed>> <<timed 4s>> <div class="icon iconboss fadein"> [img[$bossicon]] ''Boss: ''<<print $name>> is that you? You look different, actually... <br> </div> <</timed>> <<timed 5s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hey Boss..<<if $boss.start == 7>>@@.blink;[[Try teasing him like you practiced in front of the mirror!|boss stage 4]]@@<</if>> or It's no big deal..really. I'm going back to [[work|work][$michelle.start to 1]] </div> <</timed>> <</if>> <<if $michelle.start >= 101 && $michelle.brad == 0>> <video autoplay loop src="images/work/bradmichelle2.webm"></video> <br> <<timed 2s>> <div class="icon iconmichelle fadein"> [img[$michelleicon]] ''Michelle: ''Mmm Brad Hehe you know..underwear is even better!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconbrad fadein"> [img[$bradicon]] ''Brad: ''Maybe someday there will be an opportunity to check it out haha!<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Uhh..what? He should be hitting on me! Ohh..no.. @@.blink;[[am I jealous of Brad?|work][$brad.start to 5;$michelle.brad to 1;]]@@ or [[that's funny, I'm not jealous at all!|work]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $boss.start == 7>> <video autoplay loop src="images/work/boss8.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Yea..so..what do you think about me, boss?<br> </div> <</timed>> <<timed 3s>> <div class="icon iconboss fadein"> [img[$bossicon]] ''Boss: ''Oh! [[Well..umm|boss stage4-2]] </div> <</timed>> <</if>> <<if $boss.start == 8>> <video autoplay loop src="images/work/boss9.webm"></video> <br> <<timed 1s>> <div class="icon iconboss fadein"> [img[$bossicon]] ''Boss: ''Uhh <<print $name>>..your transformation is interesting.<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ohh okay..mm that's nice! Really..uhh<br> </div> <</timed>> <<timed 3s>> <div class="icon iconboss fadein"> [img[$bossicon]] ''Boss: ''I'll be [[nearby|work][$boss.start to 9]] </div> <</timed>> <</if>> <<if $boss.start == 9 && $mc.makeup == 0>> <video autoplay loop src="images/work/boss9.webm"></video> <br> <<timed 1s>> <div class="icon iconboss fadein"> [img[$bossicon]] ''Boss: ''Mmm You know.. I can't stop thinking about you.<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ohh okay..mmm let's be professional..<br> </div> <</timed>> <<timed 3s>> <div class="icon iconboss fadein"> [img[$bossicon]] ''Boss: ''It's very [[difficult|work]] </div> <</timed>> <</if>> <<if $boss.start == 9 && $mc.makeup == 1>> <video autoplay src="images/work/boss10.webm"></video> <br> <<timed 1s>> <div class="icon iconboss fadein"> [img[$bossicon]] ''Boss: ''Hmm <<print $name>> your face is glowing today..nice heh..you know..hmm we should go to the cafe and talk about your future in the company..<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Oh really? Umm okay..sure<br> </div> <</timed>> <<timed 3s>> <div class="icon iconboss fadein"> [img[$bossicon]] ''Boss: ''Very good..I'm really happy..I will personally check your [[progress|boss stage4-2]] </div> <</timed>> <</if>> <<if $boss.start == 11>> <video autoplay src="images/home/sisshop0.webm"></video> <br> <<timed 1s>> <div class="icon iconamanda fadein"> [img[$amaicon]] ''Amanda: ''Hey bro.. hey it's me! Whaa!!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconviolet fadein"> [img[$violeticon]] ''Violet: ''Woo!! You look different again! <br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hi girls, I need your help with my outfit uhh..<br> </div> <</timed>> <<timed 4s>> <div class="icon iconamanda fadein"> [img[$amaicon]] ''Amanda: ''Honey, don't worry, of course we will [[help|boss stage4-2]] </div> <</timed>> <</if>> <<if $boss.start == 12>> <video autoplay loop src="images/work/boss15.webm"></video> <br> <<timed 1s>> <div class="icon iconboss fadein"> [img[$bossicon]] ''Boss: ''Okay <<print $name>> there aren't many people today, let's sit down.<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Oh! Umm okay..sure huh..<br> </div> <</timed>> <<timed 3s>> <div class="icon iconboss fadein"> [img[$bossicon]] ''Boss: ''We will talk about your [[work|boss stage4-2]] </div> <</timed>> <</if>> <<if $boss.start == 13 && $michelle.start == 101>> <<set $michelleicon to "images/profiles/michelleicon2.png">> <video autoplay loop src="images/work/michelleboss5.webm"></video> <br> <<timed 2s>> <div class="icon iconmichelle fadein"> [img[$michelleicon]] ''Michelle: ''Hey Boss! <br> </div> <</timed>> <<timed 3s>> <div class="icon iconmichelle fadein"> [img[$michelleicon]] ''Michelle: ''Hey Boss! I'm waiting [[here!|boss stage4-2]] </div> <</timed>> <</if>> <<if $boss.start == 15>> <video autoplay src="images/work/boss16.webm"></video> <br> <<timed 1s>> <div class="icon iconboss fadein"> [img[$bossicon]] ''Boss: ''Ohh <<print $name>>! You look nice... and that long, shiny hair.. <br> </div> <</timed>> <<timed 2s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Umm Thank you, I'm glad you like it.<br> </div> <</timed>> <<timed 3s>> <div class="icon iconboss fadein"> [img[$bossicon]] ''Boss: ''Of course..ee I like it..right..I have [[to go now|boss stage4-2]] </div> <</timed>> <</if>> <<if $boss.start == 16>> <video autoplay src="images/work/client5.webm"></video> <br> <<timed 1s>> <div class="icon iconboss fadein"> [img[$bossicon]] ''Boss: ''Ah yes.. <<print $name>> Mr. John Papadopoulos is one of our most important clients..<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Umm hello and..I guess we know each other a little bit now..<br> </div> <</timed>> <<timed 3s>> <div class="icon iconboss fadein"> [img[$bossicon]] ''Boss: ''Mr. Papadopoulos was very impressed with your work and wants to include you in a [[new project!|boss stage4-2]] <br>@@.blink;<em>(New character added.)</em>@@ </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $boss.start == 7>> <video autoplay src="images/work/michelle10.webm"></video> <br> <<timed 2s>> <div class="icon iconboss fadein"> [img[$bossicon]] ''Boss: ''Eee. in the long term, this can be very profitable for our company..uhh<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmichelle fadein"> [img[$michelleicon]] ''Michelle: ''What??<br> </div> <</timed>> <<timed 4s>> <div class="icon iconboss fadein"> [img[$bossicon]] ''Boss: ''I think we should all get back to work, especially you Michelle. [[Get back to work|work][$boss.start to 8;$michelle.start to 100;]] </div> <</timed>> <</if>> <<if $boss.start == 9>> <video autoplay loop src="images/work/boss11.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Thank you, boss..<em>(Uhh he really cares about me, it's so sweet)</em><br> </div> <</timed>> <<timed 2s>> <div class="icon iconboss fadein"> [img[$bossicon]] ''Boss: ''Remember to change your outfit to something more comfortable.<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Oh gosh! Umm okay..understood @@.blink;(Maybe I should talk to my sisters about it?)@@<br> </div> <</timed>> <<timed 4s>> <div class="icon iconboss fadein"> [img[$bossicon]] ''Boss: ''Great, everything is agreed! [[Back to work|work][$boss.start to 10]] </div> <</timed>> <</if>> <<if $boss.start == 11>> <video autoplay src="images/home/sisshop.webm"></video> <br> <<timed 1s>> <div class="icon iconviolet fadein"> [img[$violeticon]] ''Violet: ''Aaaand there you go, classic and stylish! <br> </div> <</timed>> <<timed 2s>> <div class="icon iconamanda fadein"> [img[$amaicon]] ''Amanda: ''Yup, cool outfit for the office and for a date too!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ughh..This isn't a [[date..|boss stage4-3]] </div> <</timed>> <</if>> <<if $boss.start == 12>> <video autoplay loop src="images/work/boss12.webm"></video> <br> <<timed 1s>> <div class="icon iconboss fadein"> [img[$bossicon]] ''Boss: ''Considering your new look, I think you should try out for a direct sales position with our company.<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Yeah..sure, yes umm <em>(He smells so nice...what am I even thinking?!)</em> </div> <</timed>> <<timed 3s>> <div class="icon iconboss fadein"> [img[$bossicon]] ''Boss: ''It's important that we work very closely together...eee for the good of the company, of course.<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: '' @@.blink;[[Tease him a little|boss stage4-3]]@@ or [[End firmly and directly|business district][$boss.start to 100]](Cooling down)<br> </div> <</timed>> <</if>> <<if $boss.start == 13 && $michelle.start == 101>> <video autoplay src="images/work/michelleboss6.webm"></video> <br> <<timed 2s>> <div class="icon iconmichelle fadein"> [img[$michelleicon]] ''Michelle: ''Boss, what do you think of me?<br> </div> <</timed>> <<timed 3s>> <div class="icon iconboss fadein"> [img[$bossicon]] ''Boss: ''Wow! Oh! Hmm New hairstyle...[[sexy..|boss stage4-3]] </div> <</timed>> <</if>> <<if $boss.start == 15>> <video autoplay loop src="images/work/boss17.webm"></video> <br> <<timed 1s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Umm It was nice talking to you..<br> </div> <</timed>> <<timed 2s>> <div class="icon iconboss fadein"> [img[$bossicon]] ''Boss: ''Yes..It's always a [[pleasure|boss stage4-3]] </div> <</timed>> <</if>> <<if $boss.start == 16>> <video autoplay src="images/work/client6.webm"></video> <br> <<timed 1s>> <div class="icon iconmichelle fadein"> [img[$michelleicon]] ''Michelle: ''And I said, “What a great idea!” hehe<br> </div> <</timed>> <<timed 2s>> <div class="icon iconboss fadein"> [img[$bossicon]] ''Boss: ''You have the full support of the entire team!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Uhh well, I don't know..uhh I've only worked over the phone, so I don't have any experience with this...<br> </div> <</timed>> <<timed 4s>> <div class="icon iconboss fadein"> [img[$bossicon]] ''Boss: ''You'll definitely get up to speed quickly, and Mr. Papadopoulos offers full support and [[industry expertise|boss stage4-3]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $thera.start == 78>> <video width="1300" autoplay src="images/thera/thera90.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hello everyone!<br> </div> <</timed>> <<timed 3s>> <div class="icon fadein iconviolet"> [img[$girlicon]] ''Girl: ''Hello honey!<br> </div> <</timed>> <<timed 4s>> <div class="icon fadein"> [img[$amiricon]] ''Amira: ''You look [[amazing!|therapist session part4-3]] </div> <</timed>> <</if>> <<if $thera.start == 79>> <video width="1300" autoplay src="images/doctor/doctorstage4-2.webm"></video> <br> <<timed 1s>> <div class="icon iconboss fadein"> [img[$doctoricon]] ''Doktor Octopus: ''Okay..what I can see hmm the breasts are the same size, but what about the lower body?<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Umm that's where the biggest change took place.<br> </div> <</timed>> <<timed 3s>> <div class="icon iconboss fadein"> [img[$doctoricon]] ''Doktor Octopus: ''Let's [[see|therapist session part4-3]] </div> <</timed>> <</if>> <<if $thera.start == 80>> <video width="1300" autoplay loop src="images/thera/thera94.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''A little better..thanks. I'm starting to understand what happened.<br> </div> <</timed>> <<timed 2s>> <div class="icon fadein"> [img[$amiricon]] ''Amira: ''I'm really happy, rest today and let us know later.<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Mmm you're so sweet, I'll do it. [[Leave|business district][$thera.start to 81]] </div> <</timed>> <</if>> <<if $thera.start == 82>> <video width="1300" autoplay loop src="images/thera/makeup2.webm"></video> <br> <<timed 1s>> <div class="icon fadein"> [img[$amiricon]] ''Amira: ''I'm teaching <<print $name>> how to apply makeup.<br> </div> <</timed>> <<timed 2s>> <div class="icon fadein iconviolet"> [img[$girlicon]] ''Girl: ''Can I watch?<br> </div> <</timed>> <<timed 3s>> <div class="icon fadein"> [img[$amiricon]] ''Amira: ''Uhh..yes..you can..hmm but but why are you almost naked??<br> </div> <</timed>> <<timed 4s>> <div class="icon fadein iconviolet"> [img[$girlicon]] ''Girl: ''I don't know hehe it's more convenient this way!<br> </div> <</timed>> <<timed 5s>> <div class="icon fadein"> [img[$amiricon]] ''Amira: ''Hmm..[[Leave|business district][$thera.start to 83]] </div> <</timed>> <</if>> <<if $thera.start == 83 || $thera.start == 84 || $thera.start == 85>> <video width="1300" autoplay loop src="images/thera/later.webm"></video> <br> <<timed 2s>> <div> ..... [[After a while|therapist session part4-3]] </div> <</timed>> <</if>> <<if $thera.start == 86>> <video width="1300" autoplay src="images/thera/sarastreet.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$tyreseicon]] ''Tyrese: ''Hey Girl! What are you doing there alone?<br> </div> <</timed>> <<timed 2s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Hehe! I'm just walking!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$tyreseicon]] ''Tyrese: ''Okay, so.. get in [[my car!|therapist session part4-3]] </div> <</timed>> <</if>> <<if $thera.start == 87>> <video width="1300" autoplay loop src="images/thera/later.webm"></video> <br> <<timed 2s>> <div> ..... [[After a while|therapist session part4-3]] </div> <</timed>> <</if>> <<if $thera.start == 88>> <video width="1300" autoplay loop src="images/thera/thera95.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Mmm yesss fuck her harder!!<br> </div> <</timed>> <<timed 2s>> <div class="icon fadein iconviolet"> [img[$girlicon]] ''Girl: ''Ahh!! Ahhh!! He's destroying my pussy so much!!<br> </div> <</timed>> <<timed 3s>> <div class="icon fadein"> [img[$amiricon]] ''Amira: ''Ohh!! This is so hot!!<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Hehe yes sisters mmm let yourselves be carried away by the [[desire|therapist session part4-3]] </div> <</timed>> <</if>> <<if $thera.start == 89>> <video width="1300" autoplay loop src="images/thera/later.webm"></video> <br> <<timed 2s>> <div> ..... [[After a while|therapist session part4-3]] </div> <</timed>> <</if>> <<if $thera.start == 90>> <video width="1300" autoplay src="images/thera/sarastreet3.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$tyreseicon]] ''Tyrese: ''so..how do you like my car?<br> </div> <</timed>> <<timed 2s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Umm very nice.. but I shouldn't be here..<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$tyreseicon]] ''Tyrese: ''Relax..we're not doing anything [[wrong|business district][$thera.start to 91]] </div> <</timed>> <</if>> <<if $thera.start == 93>> <video width="1300" autoplay src="images/thera/thera100.webm"></video> <br> <<timed 1s>> <div class="icon fadein"> [img[$amiricon]] ''Amira: ''Part of me wants this!<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Very well, honey, it's completely normal [[Leave|business district][$thera.start to 94]] </div> <</timed>> <</if>> <<if $thera.start == 94>> <video width="1300" autoplay src="images/thera/thera102.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''What?! Nno.. No! Of course not!<br> </div> <</timed>> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Of course.. of course..if you do nothing, you will lose.<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Uhh It's so complicated, I'm confused!<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''When you're ready, we'll always help you, me and the girls, remember that. [[Leave|business district][$thera.start to 95]] </div> <</timed>> <</if>> <<if $thera.start == 95>> <video width="1300" autoplay loop src="images/thera/sarastreet4.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$tyreseicon]] ''Tyrese: ''I had a great time, see you soon.<br> </div> <</timed>> <<timed 2s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Umm yeah..uhh me too, bye..uhh..<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$tyreseicon]] ''Tyrese: '' I'll call you later, [[bye|business district][$thera.start to 96]] </div> <</timed>> <</if>> <<if $thera.start == 96>> <video width="1300" autoplay loop src="images/thera/thera103.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''You see, he shows me his dominance and [[strength|therapist session part4-3]] </div> <</timed>> <</if>> <<if $thera.start == 97>> <video width="1300" autoplay loop src="images/thera/thera104.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''I'm teasing him again [[and...|therapist session part4-3]] </div> <</timed>> <</if>> <<if $thera.start == 99>> <video width="1300" autoplay loop src="images/home/sarahome20.webm"></video> <br> <<timed 2s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''I shouldn't have invited you..<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$tyreseicon]] ''Tyrese: '' It's too late for that [[really|business district][$thera.start to 100]] </div> <</timed>> <</if>> <<if $thera.start == 100>> <<if $violet.start == 105>><<set $violet.start to 106>><</if>> <video width="1300" autoplay loop src="images/home/sarahome21.webm"></video> <br> <<timed 2s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Uhh It's so tempting...I can't resist!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$tyreseicon]] ''Tyrese: ''Don't talk, just do it! Ahh [[I'm ready!|business district][$thera.start to 101]] </div> <</timed>> <</if>> <<if $thera.start == 101>> <<if $violet.start == 105>><<set $violet.start to 106>><</if>> <video width="1300" autoplay loop src="images/home/sarahome21.webm"></video> <br> <<timed 2s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''I'm doing it again!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$tyreseicon]] ''Tyrese: ''Take deeper uhh [[come on|therapist session part4-3]] </div> <</timed>> <</if>> <<if $thera.start == 102>> <video width="1300" autoplay loop src="images/home/sarahome21.webm"></video> <br> <<timed 2s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''I feel so helpless and dominated..mm is that bad?<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$tyreseicon]] ''Tyrese: ''Don't talk, just get to [[work|therapist session part4-3]] </div> <</timed>> <</if>> <<if $thera.start == 105>> <video width="1300" autoplay src="images/thera/thera108.webm"></video> <br> <<timed 1s>> <div class="icon fadein"> [img[$amiricon]] ''Amira: ''I think he likes it hehe<br> </div> <</timed>> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''That's right, you're useful now [[Leave|business district][$thera.start to 106]] </div> <</timed>> <</if>> <<if $thera.start == 106>> <video width="1300" autoplay loop src="images/thera/thera109.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Ahhh yesss so much cum hehe<br> </div> <</timed>> <<timed 2s>> <div class="icon fadein"> [img[$amiricon]] ''Amira: ''Oh! oh mmm I love this smell..<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''You completed the task, congratulations![[Leave|business district][$thera.start to 107]] </div> <</timed>> <</if>> <<if $thera.start == 107>> <video width="1300" autoplay src="images/thera/thera110.webm"></video> <br> <<timed 1s>> <div class="icon fadein"> [img[$amiricon]] ''Amira: ''Uhh I shouldn't say that but.. but yes!<br> </div> <</timed>> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''That's what therapy is for, honey. [[Leave|business district][$thera.start to 108]] </div> <</timed>> <</if>> <<if $thera.start == 108>> <video width="1300" autoplay src="images/thera/thera113.webm"></video> <br> <<timed 2s>> <div class="icon fadein"> [img[$amiricon]] ''Amira: ''I'm covered in hot tasty cum so.. do you like it?<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Uhh umm I mean..uhh y.. [[yes|therapist session part4-3]] or [[I have to go now, bye!|business district][$thera.start to 109;]] </div> <</timed>> <</if>> <<if $thera.start == 110>> <video width="1300" autoplay src="images/home/sarahome24.webm"></video> <br> <<timed 2s>> <div class="icon fadein"> [img[$landlordicon]] ''Landlord: ''Hello again hehe..<br> </div> <</timed>> <<timed 3s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Huh?! Hello..but why are you coming into my apartment?<br> </div> <</timed>> <<timed 4s>> <div class="icon fadein"> [img[$landlordicon]] ''Landlord: ''Well, from what I've seen, any man can walk into your apartment [[hehe|therapist session part4-3]] </div> <</timed>> <</if>> <<if $thera.start == 111>> <video width="1300" autoplay src="images/home/sarahome24.webm"></video> <br> <<timed 2s>> <div class="icon fadein"> [img[$landlordicon]] ''Landlord: ''Okay slut..Time to get to work!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''oh god..this is a nightmare..<br> </div> <</timed>> <<timed 4s>> <div class="icon fadein"> [img[$landlordicon]] ''Landlord: ''Hehe come on! Don't pretend to be a saint, you've done this many [[times!|therapist session part4-3]] </div> <</timed>> <</if>> <<if $thera.start == 113>> <video width="1300" autoplay src="images/thera/thera119.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Oh really? And how I feel doesn't matter anymore?<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''What matters is me and my wife. You have to [[understand this|therapist session part4-3]] </div> <</timed>> <</if>> <<if $thera.start == 114>> <video width="1300" autoplay src="images/thera/thera121.webm"></video> <br> <<timed 1s>> <div class="icon fadein iconboss"> [img[$ryanicon]] ''Ryan: ''Ohh I don't understand any of this, help me <<print $name>>!<br> </div> <</timed>> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''If you stay, Ryan will be safe. I promise!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''So this is what this is all about, I knew you were hiding something..<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''No one abandons me without my permission! Do you hear me? [[No one!|therapist session part4-3]] </div> <</timed>> <</if>> <<if $thera.start == 116>> <video width="1300" autoplay src="images/thera/thera125.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''or even loves me...<br> </div> <</timed>> <<timed 2s>> <div class="icon fadein"> [img[$reportericon]] ''Reporter: ''That's true, my mistress!<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''You see?! ..not like you, you treacherous ungrateful slut! [[Go away now!|business district][$thera.start to 117]] </div> <</timed>> <</if>> <<if $thera.start == 118>> <video width="1300" autoplay src="images/thera/thera127.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Hmm good..I like it..now lower<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hmm..<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''I said lower!!<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''[[Jesus..|therapist session part4-3]] </div> <</timed>> <</if>> <<if $thera.start == 119>> <video width="1300" autoplay src="images/thera/thera128.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Oh yes! Dark fantasies come to life! Now kiss my sexy shoe!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''What?!<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''You heard right, don't fuck [[with me!|therapist session part4-3]] </div> <</timed>> <</if>> <<if $thera.start == 120>> <video width="1300" autoplay src="images/thera/thera131.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''You look lovely, I must admit. I have a surprise for you, look!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Uhh this is...very big<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Just try it [[come on|therapist session part4-3]] </div> <</timed>> <</if>> <<if $thera.start == 122>> <video width="1300" autoplay loop src="images/thera/thera133.webm"></video> <br> <<timed 1s>> <div class="icon fadein"> [img[$reportericon]] ''Reporter: ''Can you feel it? Dildo so close to your pussy...<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ohhh this is too much..stop this!<br> </div> <</timed>> <<timed 3s>> <div class="icon fadein"> [img[$reportericon]] ''Reporter: ''Don't be childish, mistress demands this [[bend over!|therapist session part4-3]] </div> <</timed>> <</if>> <<if $thera.start == 123>> <video width="1300" autoplay loop src="images/thera/thera136.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Good! Speed up pumping hehe let her sweat!<br> </div> <</timed>> <<timed 2s>> <div class="icon fadein"> [img[$reportericon]] ''Reporter: ''Yes <<print $name>> your body starts to react, there is nothing you can do about this.<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I..I'm so confused Mmmuhhh!! I don't know what's going on [[Stop this!|business district][$thera.start to 124;$mc.heels += 15;$amber.start to 2;$mc.sub += 1;$mc.mood+= 10;]]<br>@@.blink;(Something has changed! Go to the shop!)@@ </div> <</timed>> <</if>> <<if $thera.start == 124>> <video width="1300" autoplay loop src="images/thera/thera137.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ahhhh!! I'm cumming oh god! so fucking intense!<br> </div> <</timed>> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Hehe as a woman you feel it much more!<br> </div> <</timed>> <<timed 3s>> <div class="icon fadein"> [img[$reportericon]] ''Reporter: ''I'm sure she'll come back for more!<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''But should I? [[Good question..|business district][$thera.start to 125]] </div> <</timed>> <</if>> <<if $thera.start == 125>> <video width="1300" autoplay loop src="images/police/cop2.webm"></video> <br> <<timed 1s>> <div class="icon iconboss fadein"> [img[$copicon]] ''Cop: ''Please relax and try to remember something more.<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Unfortunately, that's all I remember.<br> </div> <</timed>> <<timed 3s>> <div class="icon iconboss fadein"> [img[$copicon]] ''Cop: ''Well, that's all for today, but we'll be in touch.<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Yes sir. Umm..I'm sorry I can't help [[you more|living room6][$thera.start to 126]] </div> <</timed>> <</if>> <<if $thera.start == 126>> <video width="1300" autoplay loop src="images/thera/thera137.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ahhhh!! I'm cumming again..mmm..oh god! so fucking good!<br> </div> <</timed>> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Scream as much as you want, honey!<br> </div> <</timed>> <<timed 3s>> <div class="icon fadein"> [img[$reportericon]] ''Reporter: ''Hehe really tight pussy!<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ohh that's it for today..uhh.. I'm exhausted but.. also satisfied? Should I feel this way? [[Good question..|business district][$thera.start to 127]] </div> <</timed>> <</if>> <<if $thera.start == 127>> <video width="1300" autoplay src="images/thera/thera139.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Are you ready, trust me.<br> </div> <</timed>> <<timed 2s>> <div class="icon fadein"> [img[$reportericon]] ''Reporter: ''This is so exciting!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Why...again? Are you doing this [[again?|therapist session part4-3]] </div> <</timed>> <</if>> <<if $thera.start == 130>> <video width="1300" autoplay src="images/doctor/doctorstage5-2.webm"></video> <br> <<timed 1s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Hah! I haven't decided yet!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconboss fadein"> [img[$doctoricon]] ''Doktor Octopus: ''But! your body decided for you. You are a beautiful woman, there is no doubt about it!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Oh wow! Umm Thank you! <br> </div> <</timed>> <<timed 4s>> <div class="icon iconboss fadein"> [img[$doctoricon]] ''Doktor Octopus: ''Of course, the physical changes are not kept up with the mental changes.<br> </div> <</timed>> <<timed 5s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''What does this mean? <br> </div> <</timed>> <<timed 6s>> <div class="icon iconboss fadein"> [img[$doctoricon]] ''Doktor Octopus: ''I'll [[show you|therapist session part4-3]] </div> <</timed>> <</if>> <<if $thera.start == 133>> <video width="1300" autoplay loop src="images/thera/thera148.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Listen to the stream, yes, very good, my dear!<br> </div> <</timed>> <<timed 2s>> <div class="icon fadein"> [img[$reportericon]] ''Reporter: ''Yeah..mm so good..I'm listening!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Well, she seems happy right now. Okay, it's time for me [[to go|business district][$thera.start to 134]] </div> <</timed>> <</if>> <<if $thera.start == 134>> <video width="1300" autoplay loop src="images/thera/thera145.webm"></video> <br> <<timed 1s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Mmm uhh okay..well..<br> </div> <</timed>> <<timed 2s>> <div class="icon fadein"> [img[$reportericon]] ''Reporter: ''Uhh I'll be right back with the dildo from the drawer! </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Hehe okay let's slow down a little..<br> </div> <</timed>> <<timed 4s>> <div class="icon fadein"> [img[$amiricon]] ''Amira: ''I really [[like it|therapist session part4-3]] </div> <</timed>> <</if>> <<if $thera.start == 140>> <video width="1300" autoplay loop src="images/thera/thera151.webm"></video> <br> <<timed 1s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''I'm not sure if this is the right solution..<br> </div> <</timed>> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Just a moment, wait a little longer..<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''I think I saw something..<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''That's enough for today, you'll need to adjust to the [[new treatment|business district][$thera.start to 141]] </div> <</timed>> <</if>> <<if $thera.start == 141>> <video width="1300" autoplay loop src="images/thera/thera152.webm"></video> <br> <<timed 1s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Ohh what on earth is that?!<br> </div> <</timed>> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Don't worry, it's probably just a glitch.<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''My head hurts a little ughh.. I'm going [[home now|business district][$thera.start to 142]] </div> <</timed>> <</if>> <<if $thera.start == 142>> <video width="1300" autoplay loop src="images/thera/thera153.webm"></video> <br> <<timed 1s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Uhhh mmm this is so...intense ahhh!!<br> </div> <</timed>> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Do you feel relaxed?<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Maybe a little...[[Uhh..|therapist session part4-3]] </div> <</timed>> <</if>> <<if $thera.start == 143>> <video width="1300" autoplay loop src="images/thera/thera153.webm"></video> <br> <<timed 1s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Uhhh mmm this is so...intense ahhh!!<br> </div> <</timed>> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Hmm wait honey..I'll boost the signal..<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''What? [[N..nooo|therapist session part4-3]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $thera.start == 78>> <video width="1300" autoplay loop src="images/thera/thera92.webm"></video> <br> <<timed 1s>> <div class="icon fadein iconviolet"> [img[$girlicon]] ''Girl: ''Oh my gosh! This is so exciting, I hope we become best friends! </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Oh..yeah umm [[okay..|therapist session part4-4]] </div> <</timed>> <</if>> <<if $thera.start == 79>> <video width="1300" autoplay loop src="images/doctor/doctorstage4-3.webm"></video> <br> <<timed 1s>> <div class="icon iconboss fadein"> [img[$doctoricon]] ''Doktor Octopus: ''Wow..indeed hmmm.. a fully developed vagina, very fast mutation, very very strange but fascinating from a scientific point of view.<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ohhh!! Mmmm it's the first time someone touches me there!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconboss fadein"> [img[$doctoricon]] ''Doktor Octopus: ''Try to relax your muscles, I'm finishing the examination soon.<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ahhh I..I'm quite relaxed! Mmmahh I assure you!<br> </div> <</timed>> <<timed 5s>> <div class="icon iconboss fadein"> [img[$doctoricon]] ''Doktor Octopus: ''You have muscle spasms even when I don't touch you, very interesting. Okay, This may be because your vagina is relatively young and you have no control over it. Let's wait a few days.<br> </div> <</timed>> <<timed 6s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Uhh..yea..yes. It's very demanding right now. I'll wait. [[Leave|business district][$thera.start to 80;$timeofday to 4;]] </div> <</timed>> <</if>> <<if $thera.start == 83>> <video width="1300" autoplay loop src="images/thera/makeup5.webm"></video> <br> <<timed 1s>> <div class="icon fadein"> [img[$amiricon]] ''Amira: ''Ughh..enough for a start..<br> </div> <</timed>> <<timed 2s>> <div class="icon fadein iconviolet"> [img[$girlicon]] ''Girl: ''Like Halloween style [[but|therapist session part4-4]] </div> <</timed>> <</if>> <<if $thera.start == 84>> <video width="1300" autoplay loop src="images/thera/makeup7.webm"></video> <br> <<timed 1s>> <div class="icon fadein"> [img[$amiricon]] ''Amira: ''Well..enough for a start..<br> </div> <</timed>> <<timed 2s>> <div class="icon fadein iconviolet"> [img[$girlicon]] ''Girl: ''Hehe like Joker vs Batman [[but|therapist session part4-4]] </div> <</timed>> <</if>> <<if $thera.start == 85>> <<if $mirror.start == 7>><<set $mirror.start to 8>><</if>> <video width="1300" autoplay loop src="images/thera/makeup6.webm"></video> <br> <<timed 1s>> <div class="icon fadein"> [img[$amiricon]] ''Amira: ''Hmm..not too bad..<br> </div> <</timed>> <<timed 2s>> <div class="icon fadein iconviolet"> [img[$girlicon]] ''Girl: ''Something is starting to work! [[and|therapist session part4-4]] </div> <</timed>> <</if>> <<if $thera.start == 86>> <video width="1300" autoplay loop src="images/thera/sarastreet2.webm"></video> <br> <<timed 2s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Hmm but I don't know you!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$tyreseicon]] ''Tyrese: ''Let's get to know each other and talk! Nice dress [[by the way..|business district][$thera.start to 87]] </div> <</timed>> <</if>> <<if $thera.start == 87>> <video width="1300" autoplay loop src="images/thera/makeup6.webm"></video> <br> <<timed 1s>> <div class="icon fadein"> [img[$amiricon]] ''Amira: ''Hmm..not too bad..<br> </div> <</timed>> <<timed 2s>> <div class="icon fadein iconviolet"> [img[$girlicon]] ''Girl: ''Something is starting to work! Don't give up! [[Leave|business district][$thera.start to 88]] </div> <</timed>> <</if>> <<if $thera.start == 88>> <video width="1300" autoplay loop src="images/thera/thera96.webm"></video> <br> <<timed 2s>> <div class="icon fadein"> [img[$amiricon]] ''Amira: ''Mmmahhh!! Ohh!! I can't stand it like this!! Mmohh god!! Ahh!!<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Yeah..my plan is [[working haha!|therapist session part4-4]] </div> <</timed>> <</if>> <<if $thera.start == 89>> <video width="1300" autoplay src="images/thera/makeup8.webm"></video> <br> <<timed 1s>> <div class="icon fadein"> [img[$amiricon]] ''Amira: ''Wow!! You look really good! Ohh!!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Amira? Is everything okay?<br> </div> <</timed>> <<timed 3s>> <div class="icon fadein"> [img[$amiricon]] ''Amira: ''I don't know why but I've been really [[horny!|therapist session part4-4]] </div> <</timed>> <</if>> <<if $thera.start == 96>> <video width="1300" autoplay loop src="images/thera/thera104.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''I might tease him a little, it's a sensitive spot! [[Leave|business district][$thera.start to 97]] </div> <</timed>> <</if>> <<if $thera.start == 97>> <video width="1300" autoplay loop src="images/thera/thera105.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$tyreseicon]] ''Tyrese: ''Ahhghmm..yeah..<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: '' Hehe mmm you see.. he loves it so much, you can even bite a little! [[Leave|business district][$thera.start to 98]] </div> <</timed>> <</if>> <<if $thera.start == 101>> <video width="1300" autoplay loop src="images/home/sarahome22.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$tyreseicon]] ''Tyrese: ''Aghhh yeah do it deeper! Come on slut! Eee mean honey!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Gulp ughhmm so big and pulsating!<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$tyreseicon]] ''Tyrese: ''Ohh that's right..[[very good|business district][$thera.start to 102]] </div> <</timed>> <</if>> <<if $thera.start == 102>> <video width="1300" autoplay loop src="images/home/sarahome22.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$tyreseicon]] ''Tyrese: ''Yesss I'm so close!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Mmm wait..i just ohhh<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$tyreseicon]] ''Tyrese: ''Agghhh! too late..ahhh I'm [[cumming|therapist session part4-4]] </div> <</timed>> <</if>> <<if $thera.start == 108>> <<if $mc.lust < 32>><<set $mc.lust to 36>><</if>> <video width="1300" autoplay loop src="images/thera/thera114.webm"></video> <br> <<timed 2s>> <div class="icon fadein"> [img[$amiricon]] ''Amira: ''Say it louder!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''You're so sexy with cum on your face! Oh yes, I said it! [[Uhh..okay, bye!|business district][$thera.start to 109;]] </div> <</timed>> <</if>> <<if $thera.start == 110>> <video width="1300" autoplay src="images/home/sarahome25.webm"></video> <br> <<timed 2s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Umm.. I don't know what you're suggesting.<br> </div> <</timed>> <<timed 3s>> <div class="icon fadein"> [img[$landlordicon]] ''Landlord: ''You know exactly what I'm talking about, I've seen it all my dear! You suck big black dicks you little slut hehe<br> </div> <</timed>> <<timed 4s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''How do you know this?! Are you stalking me??<br> </div> <</timed>> <<timed 5s>> <div class="icon fadein"> [img[$landlordicon]] ''Landlord: ''Shut up! Get on your knees and do the same to me, or everyone will know what a whore you [[really are!|therapist session part4-4]] </div> <</timed>> <</if>> <<if $thera.start == 111>> <video width="1300" autoplay loop src="images/home/sarahome27.webm"></video> <br> <<timed 2s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Uhh okay..come down..it smells less today..<br> </div> <</timed>> <<timed 3s>> <div class="icon fadein"> [img[$landlordicon]] ''Landlord: ''Ahhh..Stop whining and do it faster!<br> </div> <</timed>> <<timed 4s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Ughh..I do it! Uhh so small.. Tyrese has a really huge one..<br> </div> <</timed>> <<timed 5s>> <div class="icon fadein"> [img[$landlordicon]] ''Landlord: ''Ahhh that's good, I haven't felt that in years! [[Back|business district][$thera.start to 112;$sara.sub += 20;$sara.mood -= 10;$sara.mind -=1;]] </div> <</timed>> <</if>> <<if $thera.start == 113>> <<if $wardrobe.outfit == 0>> <video width="1300" autoplay src="images/thera/thera117.webm"></video> <<elseif $wardrobe.outfit == 1>> <video width="1300" autoplay src="images/thera/thera118.webm"></video> <</if>> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Yes..I understand that. Tomorrow I'll call the girls and you can say goodbye.<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Really?<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''You said what you had to say, now go! I don't need you.<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Thank you for understanding, [[goodbye|business district][$thera.start to 114]] </div> <</timed>> <</if>> <<if $thera.start == 114>> <<if $ryan.start == 3>><<set $ryan.start to 4>><</if>> <<if $reporter == 4>><<set $reporter to 5>><</if>> <<if $wardrobe.outfit == 0>> <video width="1300" autoplay src="images/thera/thera122.webm"></video> <<elseif $wardrobe.outfit == 1>> <video width="1300" autoplay src="images/thera/thera123.webm"></video> <</if>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''You..you are crazy!<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''And don't forget this, now get the fuck out! Ah yes, and tomorrow you have to come back to therapy with me as [[usual!|business district][$thera.start to 115]] <br>@@.blink;<em>(Characters status changed, check the 'Characters' button)</em>@@ </div> <</timed>> <</if>> <<if $thera.start == 118>> <video width="1300" autoplay src="images/thera/thera128.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Good..good..sexy, it suits you, now [[fuck off|business district][$thera.start to 119]] </div> <</timed>> <</if>> <<if $thera.start == 119>> <video width="1300" autoplay loop src="images/thera/thera129.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''This turns me on so fucking much!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''...<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''You have such potential, my child, understand it! [[Now go!|business district][$thera.start to 120]] </div> <</timed>> <</if>> <<if $thera.start == 120>> <video width="1300" autoplay loop src="images/thera/thera132.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Umm gulp..mmm<br> </div> <</timed>> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Hehe mmm adorable, you look wonderful..okay, enough for today [[Go now|business district][$thera.start to 121]] </div> <</timed>> <</if>> <<if $thera.start == 122>> <video width="1300" autoplay loop src="images/thera/thera135.webm"></video> <br> <<timed 1s>> <div class="icon fadein"> [img[$reportericon]] ''Reporter: ''Thet's right. We'll start slowly.<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ohhh it's so weird mmmahh!<br> </div> <</timed>> <<timed 3s>> <div class="icon fadein"> [img[$reportericon]] ''Reporter: ''Only at first, my love[[enough for today|business district][$thera.start to 123]] </div> <</timed>> <</if>> <<if $thera.start == 127>> <video width="1300" autoplay src="images/thera/thera140.webm"></video> <br> <<timed 2s>> <div class="icon fadein"> [img[$reportericon]] ''Reporter: ''Mmm..I envy you, it's a great privilege! Such amazing gift from our Mistress!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Shut up! What happened to you, you're [[crazy!|therapist session part4-4]] </div> <</timed>> <</if>> <<if $thera.start == 130>> <video width="1300" autoplay loop src="images/doctor/doctorstage5-3.webm"></video> <br> <<timed 1s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Ohh!! God! Mmm!! <em>(Why am I instantly horny?!)</em> </div> <</timed>> <<timed 2s>> <div class="icon iconboss fadein"> [img[$doctoricon]] ''Doktor Octopus: ''You see <<print $name>>. Your 'male' brain doesn't adapt to a woman's body, so you react to the slightest touch of a vagina.<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Ahh!! Okay! Uhhh! Don't stop this...so good! <br> </div> <</timed>> <<timed 4s>> <div class="icon iconboss fadein"> [img[$doctoricon]] ''Doktor Octopus: ''Okay <<print $name>>. You have to learn to control yourself. I'll teach you how to do this, but we're done for today. [[Leave|business district][$thera.start to 131;$timeofday to 4;]] </div> <</timed>> <</if>> <<if $thera.start == 134>> <video width="1300" autoplay loop src="images/thera/thera144.webm"></video> <br> <<timed 1s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Umm..yeah..<br> </div> <</timed>> <<timed 2s>> <div class="icon fadein"> [img[$amiricon]] ''Amira: ''I should get going..<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Umm..yeah..right..me too<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Wonderful! So much love in the office! Okay girls, that's [[enough for today|business district][$thera.start to 135]] </div> <</timed>> <</if>> <<if $thera.start == 142>> <video width="1300" autoplay loop src="images/thera/thera157.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''You look relaxed hehe<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Heh..yeah..mmm<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Another therapy session tomorrow<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Okay ohh..I'm going [[home now|business district][$thera.start to 143]] </div> <</timed>> <</if>> <<if $thera.start == 143>> <video width="1300" autoplay loop src="images/thera/thera154.webm"></video> <br> <<timed 2s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Ahhh He's sticking his finger at me!<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Don't think, just feel!<br> </div> <</timed>> <<timed 6s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Uhhh It's unbearable! Stoop!<br> </div> <</timed>> <<timed 8s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Hehe amplifying the signal again, relax and feel it.<br> </div> <</timed>> <<timed 9s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Ahhh ahhh I'm cumming oh god..please!!<br> </div> <</timed>> <<timed 10s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Yess hon, amazing finale, we're done [[for today!|therapist session part4-4]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $thera.start == 78>> <video width="1300" autoplay loop src="images/thera/thera93.webm"></video> <br> <<timed 1s>> <div class="icon fadein"> [img[$amiricon]] ''Amira: ''Remember that I am always here to help.<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Yes, of course.. I will remember for sure..This is a lot of emotions for me, I need to [[rest now|business district][$thera.start to 79]] <br>@@.blink;<em>(Maybe see a doctor next time?)</em>@@ </div> <</timed>> <</if>> <<if $thera.start == 83>> <video width="1300" autoplay src="images/thera/makeup4.webm"></video> <br> <<timed 2s>> <div class="icon fadein iconviolet"> [img[$girlicon]] ''Girl: ''Don't be discouraged, this is just the beginning of the adventure!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Heh okay thanks! [[Leave|business district][$thera.start to 84]] </div> <</timed>> <</if>> <<if $thera.start == 84>> <video width="1300" autoplay src="images/thera/makeup4.webm"></video> <br> <<timed 2s>> <div class="icon fadein iconviolet"> [img[$girlicon]] ''Girl: ''It will get better, I believe in you!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Heh thanks honey! [[Leave|business district][$thera.start to 85]] </div> <</timed>> <</if>> <<if $thera.start == 85>> <video width="1300" autoplay src="images/thera/makeup4.webm"></video> <br> <<timed 2s>> <div class="icon fadein iconviolet"> [img[$girlicon]] ''Girl: ''Less and less blurry!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Heh okay.. thanks! [[Leave|business district][$thera.start to 86]] </div> <</timed>> <</if>> <<if $thera.start == 87>> <video width="1300" autoplay loop src="images/thera/makeup9.webm"></video> <br> <<timed 2s>> <div class="icon fadein iconviolet"> [img[$girlicon]] ''Girl: ''over time you do it instinctively!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Heh thanks honey! [[Leave|business district][$thera.start to 88]] </div> <</timed>> <</if>> <<if $thera.start == 88>> <video width="1300" autoplay loop src="images/thera/thera97.webm"></video> <br> <<timed 2s>> <div class="icon fadein"> [img[$amiricon]] ''Amira: ''I came! Ohh God!! I came!..it's so intense! Uhh..<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Hehe That's nothing honey.. just wait for more, this is just the [[beginning|business district][$thera.start to 89]] </div> <</timed>> <</if>> <<if $thera.start == 89>> <video width="1300" autoplay loop src="images/thera/makeup10.webm"></video> <br> <<timed 1s>> <div class="icon fadein"> [img[$amiricon]] ''Amira: ''Uhh come to me!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Oh! Hmm okay..<br> </div> <</timed>> <<timed 3s>> <div class="icon fadein"> [img[$amiricon]] ''Amira: ''I'm sorry about that, I don't know what got into [[me uhh|business district][$thera.start to 90;$mc.makeupskill to 1;$mc.femi += 5;$mc.mood += 10;$mc.makeup to 1;]] <br>@@.blink;<em>(Now you can try doing your makeup in the bathroom/mirror in the morning!)</em>@@ </div> <</timed>> <</if>> <<if $thera.start == 102>> <video width="1300" autoplay loop src="images/home/sarahome23.webm"></video> <br> <<timed 2s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Ohh god! Umm so much cum! What an intense smell!!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$tyreseicon]] ''Tyrese: ''Ohh you did well..I have to go now.<br> </div> <</timed>> <<timed 4s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''What did I do?! I'm so confused, I'm sorry <<print $name>>! [[Back|business district][$thera.start to 103]] </div> <</timed>> <</if>> <<if $thera.start == 110>> <video width="1300" autoplay loop src="images/home/sarahome26.webm"></video> <br> <<timed 2s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Uhh god! N..no uhh It's so stinky, I can't do it!!<br> </div> <</timed>> <<timed 3s>> <div class="icon fadein"> [img[$landlordicon]] ''Landlord: ''Heh okay..hmm I'll let you off today but you have to be ready tomorrow! [[Back|business district][$thera.start to 111]] </div> <</timed>> <</if>> <<if $thera.start == 127>> <video width="1300" autoplay loop src="images/thera/thera141.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Silence! Show me your ass now!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Same thing again.. [[What will happen?|business district][$thera.start to 128]] </div> <</timed>> <</if>> <<if $thera.start == 143>> <video width="1300" autoplay loop src="images/thera/thera156.webm"></video> <br> <<timed 1s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Mmm ohhh my pussy mmm<br> </div> <</timed>> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Take a moment to rest honey, that was intense.<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Mmm hehe yes, thanks uhh that's exactly what it was, okay [[time to go|business district][$thera.start to 144;$mc.lust to 50;$mc.sub to 50;$mc.mind -= 1;$mc.sub to 50;]] <br>@@.blink;<em>(The MC stats change!)</em>@@ </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $brad.start == 3>> <video width="1300" autoplay src="images/work/mattbrad10.webm"></video> <br> <<timed 1s>> <div class="icon iconboss fadein"> [img[$bossicon]] ''Boss: ''Brad?! Are you seriously starting this game again? Haven't you had enough harassment accusations?<br> </div> <</timed>> <<timed 2s>> <div class="icon iconbrad fadein"> [img[$bradicon]] ''Brad: ''Heh..okay jeez..I'm just talking..<br> </div> <</timed>> <<timed 3s>> <div class="icon iconboss fadein"> [img[$bossicon]] ''Boss: ''Everyone get back to work! I'm warning you!! [[get back to work|work][$brad.start to 4]] </div> <</timed>> <</if>> <<if $brad.start == 5 && $wardrobe.outfit == 1>> <video width="1300" autoplay loop src="images/work/mattbrad13.webm"></video> <br> <<timed 1s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''<em>(He keeps staring at her!)</em><br> </div> <</timed>> <<timed 2s>> <div class="icon iconbrad fadein"> [img[$bradicon]] ''Brad: ''Heh Michelle! You look stunning as always!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''I'm going back to work.. [[You feel helpless and... a little jealous|work][$brad.start to 6;$mc.lust += 5;]] <br> or [[Fuck Brad, you don't want him! (end of thread)|work][$brad.start to 100]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video autoplay loop src="images/home/saramas.webm"></video> <br> <<timed 1s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Mmm yeahh uhh..I can't stop uhh...what a relief!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Um..okay..[[Leave|bedroom]] </div> <</timed>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $saraout == 3>> <video width="1300" autoplay loop src="images/home/guytease3.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I shouldn't but it's so tempting, they're looking at me! [[go back|out]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $boss.start == 11>> <video autoplay loop src="images/home/sisshop2.webm"></video> <br> <<timed 1s>> <div class="icon iconamanda fadein"> [img[$amaicon]] ''Amanda: ''Hehe of course not!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconviolet fadein"> [img[$violeticon]] ''Violet: ''Business meeting for sure! Hehe!!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Uhh I'm already starting to [[regret it..|home][$boss.start to 12;]] </div> <</timed>> <</if>> <<if $boss.start == 12>> <video autoplay loop src="images/work/boss13.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hmm I rely on you completely.. I want to learn and I will obey.<br> </div> <</timed>> <<timed 3s>> <div class="icon iconboss fadein"> [img[$bossicon]] ''Boss: ''Oh well..Glad to hear that, we will unleash your potential together!<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''This is very exciting hehe I'm also very [[happy|boss stage4-4]] </div> <</timed>> <</if>> <<if $boss.start == 13 && $michelle.start == 101>> <video autoplay src="images/work/michelleboss7.webm"></video> <br> <<timed 2s>> <div class="icon iconmichelle fadein"> [img[$michelleicon]] ''Michelle: ''Boss, I'm here to serve you... I'm sure you remember what I can do.<br> </div> <</timed>> <<timed 3s>> <div class="icon iconboss fadein"> [img[$bossicon]] ''Boss: ''Oh yeah umm..[[but|boss stage4-4]] </div> <</timed>> <</if>> <<if $boss.start == 15>> <video autoplay loop src="images/work/boss18.webm"></video> <br> <<timed 1s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''<em>(he's running away from me again)</em> Okay..well, See you later!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconboss fadein"> [img[$bossicon]] ''Boss: ''Yeah! [[See you!|work]] </div> <</timed>> <</if>> <<if $boss.start == 16>> <video autoplay src="images/work/client8.webm"></video> <br> <<timed 1s>> <div class="icon iconmichelle fadein"> [img[$michelleicon]] ''Michelle: ''I guess you're not afraid of new challenges?<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Ummm n..no..<br> </div> <</timed>> <<timed 3s>> <div class="icon iconboss fadein"> [img[$bossicon]] ''Boss: ''The whole team is counting on you, and so is our [[important client|boss stage4-4]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $thera.start < 129 >> <video width="1300" autoplay loop src="images/home/makeup.webm"></video> <<elseif $thera.start >= 129>> <video width="1300" autoplay loop src="images/home/makeup2.webm"></video> <</if>> <br> Okay..uhh this should be fine.. [[Done|mirror]]
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $boss.start == 12>> <<if $clientmail.active == 0>><<set $clientmail.active to 1>><</if>> <<set $timeofday to 3>> <video autoplay loop src="images/work/boss14.webm"></video> <br> <<timed 1s>> <div class="icon iconboss fadein"> [img[$bossicon]] ''Boss: ''This will be a very intense and interesting cooperation. I'm sure of it!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Oh hehe ummm Can't wait!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconboss fadein"> [img[$bossicon]] ''Boss: ''Great! We'll discuss the details later in the [[office|business district][$boss.start to 13]] </div> <</timed>> <</if>> <<if $boss.start == 13 && $michelle.start == 101>> <video autoplay src="images/work/michelleboss8.webm"></video> <br> <<timed 2s>> <div class="icon iconmichelle fadein"> [img[$michelleicon]] ''Michelle: ''No 'but' Boss..I'm here just for you!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconboss fadein"> [img[$bossicon]] ''Boss: ''Oh wow..okay mmm<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Uhh this is..just uhh! @@.blink;[[You are jealous|work][$boss.start to 14;$michelle.start to 102;]]@@ or [[It doesn't matter|work]] <br>@@.blink;<em>Michelle's status updated</em>@@ </div> <</timed>> <</if>> <<if $boss.start == 16>> <video autoplay src="images/work/boss22.webm"></video> <br> <<timed 1s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''I understand..uhh the whole team and my responsibility @@.blink;<em>(I think I'm having a panic attack! I need to see a therapist)</em>@@<br> </div> <</timed>> <<timed 2s>> <div class="icon iconboss fadein"> [img[$bossicon]] ''Boss: ''Great! I can already feel the money coming in! [[Work|work][$amber.start to 5;$boss.start to 17;$thera.start to 140;]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video width="1300" autoplay loop src="images/home/mast.webm"></video> <br> <<timed 2s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Uhh nice morning..<br> [[surrender to pleasure|matt mast2]] </div> <</timed>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $mc.femi >= 60 && $mc.femi < 85 && $mc.saturation2 >= 60 && $mc.saturation2 < 90 && $thera.start >= 77 && $thera.start < 129 >> <video width="1300" autoplay loop src="images/home/mast2.webm"></video> <<elseif $mc.femi >= 85 && $mc.saturation2 >= 90 && $thera.start >= 129>> <video width="1300" autoplay loop src="images/home/mast3.webm"></video> <</if>> <br> <<timed 2s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Ohh mmm I'm so wet...ohh..<br> [[Time to get up!|bedroom]] </div> <</timed>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $wardrobe.outfit3 == 0>> <video autoplay src="images/home/tryoutfit.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''This new outfit...I felt different...it's tempting.. [[Try it on|new outfit2]] or [[better not|bedroom]] </div> <</timed>> <</if>> <<if $wardrobe.outfit3 == 1 && $mc.femi >= 60 && $mc.femi < 85 && $mc.saturation2 >= 60 && $mc.saturation2 < 90>> <video autoplay src="images/home/saraview.webm"></video> <br> <<timed 1s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''We have problems and she's buying new clothes?! [[Annoying|living room6]] </div> <</timed>> <</if>> <<if $mc.femi >= 85 && $mc.saturation2 >= 90 && $thera.start >= 129>> <<if $amber.start > 3>> <video autoplay src="images/home/saraview3.webm"></video> <br> <<timed 1s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''What? Does she think she's some kind of model? That's [[ridiculous|living room6]] </div> <</timed>> <<else>> <video autoplay src="images/home/saraview2.webm"></video> <br> <<timed 1s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''What? Why is she even talking to that old pervert? [[Pathetic|living room6]] </div> <</timed>> <</if>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $mc.femi < 85 && $mc.saturation2 < 90 && $thera.start < 129>> <video autoplay src="images/home/tryoutfit2.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ohh yes boss..just look at me! [[stop this|bedroom]] </div> <</timed>> <</if>> <<if $mc.femi >= 85 && $mc.saturation2 >= 90 && $thera.start >= 129>> <video autoplay loop src="images/home/tryoutfit3.webm"></video> <br> <<timed 2s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Mmm hips and skirt, oh yeah! [[stop this|bedroom]] </div> <</timed>> <</if>>
<style> .flex-container { display: flex; background-color:#534fc82b; } .flex-container > div { background-color:#000c11; margin: 8px; padding: 2px; } </style> <center><h3 style="margin-bottom: 0px;">Wardrobe</h3></center> <center>@@.blink;Game events depend on what you wear.@@</center> <<if $mc.femi < 85 && $mc.saturation2 < 90 && $thera.start < 129>> <div class="flex-container"> <div> <center> <img style="max-height:350px;" src="images\profiles\casual.png"><br> [[Wear|wardrobe][$wardrobe["outfit"] to 0]] </center> </div> <div> <<if $wardrobe["outfit1"] == 1>> <center> <img style="max-height:350px;" src="images\profiles\office.png"><br> [[Wear|wardrobe][$wardrobe["outfit"] to 1]] </center> <</if>> </div> <div> <<if $wardrobe["outfit2"] == 1>> <center> <img style="max-height:350px;" src="images\profiles\sport.png"><br> [[Auto|wardrobe]] </center> <</if>> </div> <div> <<if $wardrobe["outfit3"] == 1>> <center> <img style="max-height:350px;" src="images\profiles\office2.png"><br> [[Wear|wardrobe][$wardrobe["outfit"] to 3]] </center> <</if>> </div> </div> <</if>> <<if $mc.femi >= 85 && $mc.saturation2 >= 90 && $thera.start >= 129>> <div class="flex-container"> <div> <center> <img style="max-height:350px;" src="images\profiles\casual2.png"><br> [[Wear|wardrobe][$wardrobe["outfit"] to 0]] </center> </div> <div> <<if $wardrobe["outfit2"] == 1>> <center> <img style="max-height:350px;" src="images\profiles\sport2.png"><br> [[Auto|wardrobe]] </center> <</if>> </div> <div> <<if $wardrobe["outfit4"] == 1>> <center> <img style="max-height:350px;" src="images\profiles\office.png"><br> [[Auto|wardrobe]] </center> <</if>> </div> <div> <<if $wardrobe["outfit5"] == 1>> <center> <img style="max-height:350px;" src="images\profiles\office2.png"><br> [[Wear|wardrobe][$wardrobe["outfit"] to 3]] </center> <</if>> </div> </div> <</if>> <br>[[Leave|wardrobeout]]
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <!-- EVENTS STAGE 4 --> <<if $mc.femi < 85 && $mc.saturation2 < 90 && $thera.start < 129>> <<switch $wardrobe["outfit"]>> <<case 0>> <div class="fadein"> <video width="1300" autoplay src="images/profiles/outfit1.webm"></video> </div> <<case 1>> <div class="fadein"> <video width="1300" autoplay src="images/profiles/outfit2.webm"></video> </div> <<case 3>> <div class="fadein"> <video width="1300" autoplay src="images/profiles/outfit3.webm"></video> </div> <</switch>> <</if>> <!-- EVENTS STAGE 5 --> <<if $mc.femi >= 85 && $mc.saturation2 >= 90 && $thera.start >= 129>> <<switch $wardrobe["outfit"]>> <<case 0>> <div class="fadein"> <video width="1300" autoplay src="images/profiles/outfit4.webm"></video> </div> <<case 1>> <div class="fadein"> <video width="1300" autoplay src="images/profiles/outfit5.webm"></video> </div> <<case 3>> <div class="fadein"> <video width="1300" autoplay src="images/profiles/outfit6.webm"></video> </div> <</switch>> <</if>> <<timed 0.6s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hmm I think I'm ready to go [[Leave|home]] </div> <</timed>>
<<set $wardrobe["outfit"] to 2>> <<if $mc.femi >= 60 && $mc.femi < 85 && $mc.saturation2 >= 60 && $mc.saturation2 < 90 && $thera.start >= 77 && $thera.start < 129 >> <video width="1300" autoplay src="images/park/jog.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hmm okay..let's try..[[Run|jog2]] </div> <</timed>> <</if>> <<if $mc.femi >= 85 && $mc.saturation2 >= 90 && $thera.start >= 129>> <video width="1300" autoplay loop src="images/park/jog5.webm"></video> <br> <<timed 1s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Hmm okay..I feel quite well..[[Run|jog2]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $mc.femi >= 60 && $mc.femi < 85 && $mc.saturation2 >= 60 && $mc.saturation2 < 90 && $thera.start >= 77 && $thera.start < 129 >> <video width="1300" autoplay loop src="images/park/jog2.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I feel pretty good! The worries went away for a bit. [[Nice..|jog3]] </div> <</timed>> <</if>> <<if $mc.femi >= 85 && $mc.saturation2 >= 90 && $thera.start >= 129>> <video width="1300" autoplay loop src="images/park/jog4.webm"></video> <br> <<timed 1s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''I'm getting faster and faster.. [[Nice..|jog3]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $mc.femi >= 60 && $mc.femi < 85 && $mc.saturation2 >= 60 && $mc.saturation2 < 90 && $thera.start >= 77 && $thera.start < 129 >> <video width="1300" autoplay loop src="images/park/jog3.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Is that Caden sitting on the bench? Um..Hi Caden! uhh<br> </div> <</timed>> <<timed 2s>> <div class="icon iconcaden fadein"> [img[$cadenicon]] ''Caden: ''Hmm?<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Uhh maybe he didn't recognize me, it's okay..[[End|park][$wardrobe.outfit to 0;$mc.jog to 1;]] </div> <</timed>> <</if>> <<if $mc.femi >= 85 && $mc.saturation2 >= 90 && $thera.start >= 129>> <video width="1300" autoplay loop src="images/park/jog6.webm"></video> <br> <<timed 1s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Is that Caden sitting on the bench? Um..Hi Caden! uhh<br> </div> <</timed>> <<timed 2s>> <div class="icon iconcaden fadein"> [img[$cadenicon]] ''Caden: ''Hmm?<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Uhh maybe he didn't recognize me, it's okay..[[End|park][$wardrobe.outfit to 0;$mc.jog to 1;]] </div> <</timed>> <</if>>
<<if $amber.start == 0>> <video autoplay src="images/home/sisshop0.webm"></video> <br> <<timed 1s>> <div class="icon iconamanda fadein"> [img[$amaicon]] ''Amanda: ''Hi again! Hehe!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconviolet fadein"> [img[$violeticon]] ''Violet: ''You look good but.. you can do better! <br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hi sis, umm..yeah..well<br> </div> <</timed>> <<timed 4s>> <div class="icon iconamanda fadein"> [img[$amaicon]] ''Amanda: ''You know what, we have another idea, let's go [[shopping!|amberstore2]] </div> <</timed>> <</if>> <<if $amber.start == 1>> <style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video autoplay src="images/shop/shopamber.webm"></video> <br> <<timed 2s>> <div class="icon iconamanda fadein"> [img[$ambericon]] ''Amber: ''What do you want, girl? Because you're a girl, right?<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Umm..uhh..no..I’m just looking, thanks..<br> </div> <</timed>> <<timed 4s>> <div class="icon iconamanda fadein"> [img[$ambericon]] ''Amber: ''Hehe right..[[Leave|out]]<br> </div> <</timed>> <</if>> <<if $amber.start == 2 && $wardrobe.outfit3 == 0>> <style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video autoplay src="images/shop/newoutfit.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I don't know if this is my style..<br> </div> <</timed>> <<timed 2s>> <div class="icon iconamanda fadein"> [img[$ambericon]] ''Amber: ''Don't hesitate girl! You will be noticed for sure!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I guess I [[can try|amberstore2]] </div> <</timed>> <</if>> <<if $amber.start == 2 && $wardrobe.outfit3 == 1 && $thera.start < 129>> <style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video autoplay src="images/shop/shopamber.webm"></video> <br> <<timed 2s>> <div class="icon iconamanda fadein"> [img[$ambericon]] ''Amber: ''What do you want, girl? You want more?<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Umm..uhh..no..I’m just looking, thanks..<br> </div> <</timed>> <<timed 4s>> <div class="icon iconamanda fadein"> [img[$ambericon]] ''Amber: ''Hehe right..[[Leave|out]]<br> </div> <</timed>> <</if>> <<if $amber.start == 2 && $wardrobe.outfit3 == 1 && $thera.start >= 129 && $thera.start < 139>> <style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video autoplay loop src="images/shop/shopamber2.webm"></video> <br> <<timed 2s>> <div class="icon iconamanda fadein"> [img[$ambericon]] ''Amber: ''What do you want, girl? You want more?<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Umm..uhh..no..I’m just looking again heh, thanks..<br> </div> <</timed>> <<timed 4s>> <div class="icon iconamanda fadein"> [img[$ambericon]] ''Amber: ''Hehe right..[[Leave|out]]<br> </div> <</timed>> <</if>> <<if $amber.start == 3 && $wardrobe.outfit3 == 1 && $thera.start >= 139>> <style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video autoplay src="images/shop/newmodel.webm"></video> <br> <<timed 1s>> <div class="icon iconamanda fadein"> [img[$ambericon]] ''Amber: ''Aaah, <<print $name>> right, yes..hmm I talked to my therapist about you..<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Umm yes it's me heh.<br> </div> <</timed>> <<timed 3s>> <div class="icon iconamanda fadein"> [img[$ambericon]] ''Amber: ''Hmm so you want to feel perfection and be desired by thousands!<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Wow umm I've never thought of it that way heh.. maybe something a little more modest to [[start with..|amberstore2]] </div> <</timed>> <</if>> <<if $amber.start == 4 && $wardrobe.outfit3 == 1 && $thera.start >= 139>> <style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video autoplay src="images/shop/newmodel2.webm"></video> <br> <<if ndef $skill_act || $skill_act == 0>> <<timed 1s>> <div class="icon iconamanda fadein"> [img[$ambericon]] ''Amber: ''Okay <<print $name>>, you ready?!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Uhh yeah, let's do it!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconamanda fadein"> [img[$ambericon]] ''Amber: ''Good! Let's get [[started!|modelstep0]] </div> <</timed>> <<else>> <<timed 1s>> <div class="icon iconamanda fadein"> [img[$ambericon]] ''Amber: ''That's enough for today! [[Leave|out]] </div> <</timed>> <</if>> <</if>> <<if $amber.start == 5>> <style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video autoplay loop src="images/shop/shopamber2.webm"></video> <br> <<timed 2s>> <div class="icon iconamanda fadein"> [img[$ambericon]] ''Amber: ''What do you want, girl? Want more training??<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Umm..uhh..no..I’m just looking again heh, thanks..<br> </div> <</timed>> <<timed 4s>> <div class="icon iconamanda fadein"> [img[$ambericon]] ''Amber: ''Hehe right..[[Leave|out]]<br> </div> <</timed>> <</if>> <<if $amber.start == 6>> <style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video autoplay src="images/shop/shopamber3.webm"></video> <br> <<timed 1s>> <div class="icon iconamanda fadein"> [img[$ambericon]] ''Amber: ''Hi, what are you looking for, sweetheart?<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Umm..I need a new outfit for work...<br> </div> <</timed>> <<timed 3s>> <div class="icon iconamanda fadein"> [img[$ambericon]] ''Amber: ''Sexy or Professional?<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Umm normal... I mean, professional..<br> </div> <</timed>> <<timed 5s>> <div class="icon iconamanda fadein"> [img[$ambericon]] ''Amber: ''Ughh it's boring.. but okay, I'll look in grandma's suitcase [[hehe|amberstore2]] </div> <</timed>> <</if>> <<if $amber.start == 7 && $thera.start >= 146>> <style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video autoplay src="images/shop/shopamber2.webm"></video> <br> <<timed 2s>> <div class="icon iconamanda fadein"> [img[$ambericon]] ''Amber: ''What do you want, girl? Want a sexy outfit?<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Umm..uhh..no..I’m just looking again heh, thanks..<br> </div> <</timed>> <<timed 4s>> <div class="icon iconamanda fadein"> [img[$ambericon]] ''Amber: ''Hehe right..[[Leave|out]]<br> </div> <</timed>> <</if>>
<<if $amber.start == 0>> <video autoplay src="images/home/sisshop3.webm"></video> <br> <<timed 1s>> <div class="icon iconamanda fadein"> [img[$amaicon]] ''Amanda: ''Amazing!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconviolet fadein"> [img[$violeticon]] ''Violet: ''Very nice sis! Now you can run in the park!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I don't know if it's necessary..<br> </div> <</timed>> <<timed 4s>> <div class="icon iconamanda fadein"> [img[$amaicon]] ''Amanda: ''Absolutely! Your butt will be round and firm. [[hehe bye!|amberstore3]] </div> <</timed>> <</if>> <<if $amber.start == 2 && $wardrobe.outfit3 == 0>> <style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video autoplay src="images/shop/newoutfit2.webm"></video> <br> <<timed 1s>> <div class="icon iconamanda fadein"> [img[$ambericon]] ''Amber: ''Of course! Show us how you move!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''All right..<br> </div> <</timed>> <<timed 3s>> <div class="icon iconamanda fadein"> [img[$ambericon]] ''Amber: ''Amazing girl, you have potential, but you've probably heard that before! [[Go out|out][$wardrobe.outfit3 to 1]] <br>@@.blink;<em>(New wardrobe outfit unlocked!)</em>@@ </div> <</timed>> <</if>> <<if $amber.start == 0>> <video autoplay src="images/home/sisshop0.webm"></video> <br> <<timed 1s>> <div class="icon iconamanda fadein"> [img[$amaicon]] ''Amanda: ''Hi again! Hehe!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconviolet fadein"> [img[$violeticon]] ''Violet: ''You look good but.. you can do better! <br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hi sis, umm..yeah..well<br> </div> <</timed>> <<timed 4s>> <div class="icon iconamanda fadein"> [img[$amaicon]] ''Amanda: ''You know what, we have another idea, let's go [[shopping!|amberstore2]] </div> <</timed>> <</if>> <<if $amber.start == 1>> <style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video autoplay src="images/shop/shopamber.webm"></video> <br> <<timed 2s>> <div class="icon iconamanda fadein"> [img[$ambericon]] ''Amber: ''What do you want, girl? Because you're a girl, right?<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Umm..uhh..no..I’m just looking, thanks..<br> </div> <</timed>> <<timed 4s>> <div class="icon iconamanda fadein"> [img[$ambericon]] ''Amber: ''Hehe right..[[Leave|out]]<br> </div> <</timed>> <</if>> <<if $amber.start == 2 && $wardrobe.outfit3 == 0>> <style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video autoplay src="images/shop/newoutfit.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I don't know if this is my style..<br> </div> <</timed>> <<timed 2s>> <div class="icon iconamanda fadein"> [img[$ambericon]] ''Amber: ''Don't hesitate girl! You will be noticed for sure!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I guess I [[can try|amberstore2]] </div> <</timed>> <</if>> <<if $amber.start == 2 && $wardrobe.outfit3 == 1 && $thera.start < 129>> <style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video autoplay src="images/shop/shopamber.webm"></video> <br> <<timed 2s>> <div class="icon iconamanda fadein"> [img[$ambericon]] ''Amber: ''What do you want, girl? You want more?<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Umm..uhh..no..I’m just looking, thanks..<br> </div> <</timed>> <<timed 4s>> <div class="icon iconamanda fadein"> [img[$ambericon]] ''Amber: ''Hehe right..[[Leave|out]]<br> </div> <</timed>> <</if>> <<if $amber.start == 2 && $wardrobe.outfit3 == 1 && $thera.start >= 129 && $thera.start < 139>> <style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video autoplay loop src="images/shop/shopamber2.webm"></video> <br> <<timed 2s>> <div class="icon iconamanda fadein"> [img[$ambericon]] ''Amber: ''What do you want, girl? You want more?<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Umm..uhh..no..I’m just looking again heh, thanks..<br> </div> <</timed>> <<timed 4s>> <div class="icon iconamanda fadein"> [img[$ambericon]] ''Amber: ''Hehe right..[[Leave|out]]<br> </div> <</timed>> <</if>> <<if $amber.start == 3 && $wardrobe.outfit3 == 1 && $thera.start >= 139>> <style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video autoplay src="images/shop/newmodel2.webm"></video> <br> <<timed 1s>> <div class="icon iconamanda fadein"> [img[$ambericon]] ''Amber: ''What?! <<print $name>> Do you want to waste my time? Go big or go home!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Uhh yeah, okay, got it! Well, I'm ready!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconamanda fadein"> [img[$ambericon]] ''Amber: ''Good! That's good to hear! We'll start a classic old school runway exercise tomorrow. @@.blink;Oh, and watch Fashion TV at home! @@<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Eee hmm okay, so, see you tomorrow! [[Leave|out][$amber.start to 4]]<br> </div> <</timed>> <</if>> <<if $amber.start == 6>> <style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video autoplay src="images/shop/shopamber4.webm"></video> <br> <<timed 1s>> <div class="icon iconamanda fadein"> [img[$ambericon]] ''Amber: ''Voila! Hehe, That's the most boring thing I have here!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Perfect, comfortable, and safe!<br> @@.blink;<em>(New Outfit - Patrons choice)</em>@@ </div> <</timed>> <<timed 3s>> <div class="icon iconamanda fadein"> [img[$ambericon]] ''Amber: ''Yeah..hmm<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Thanks for everything!<br> </div> <</timed>> <<timed 5s>> <div class="icon iconamanda fadein"> [img[$ambericon]] ''Amber: ''Good luck, sweetie. Bye. [[Leave|out][$amber.start to 7;$thera.start to 146;$wardrobe.outfit4 to 1;]]<br> </div> <</timed>> <</if>>
<<if $amber.start == 0>> <video autoplay src="images/home/amber.webm"></video> <br> <<timed 1s>> <div class="icon iconamanda fadein"> [img[$ambericon]] ''Amber: ''Pretty good, but you can unleash your potential girl!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Umm.. Hi I'm <<print $name>>, what do you mean exactly?<br> </div> <</timed>> <<timed 3s>> <div class="icon iconamanda fadein"> [img[$ambericon]] ''Amber: ''I'm Amber and I work here. You can change your outfit and body, no one will resist you, [[believe me|amberstore4]] </div> <</timed>> <</if>>
<<if $amber.start == 0>> <video autoplay src="images/home/amber2.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Thank you, it's tempting, but I don't think I'm ready for this..<br> </div> <</timed>> <<timed 2s>> <div class="icon iconamanda fadein"> [img[$ambericon]] ''Amber: ''Well.. If you change your mind, you know where to find me.[[Leave|home][$amber.start to 1;$wardrobe.outfit2 to 1;]] <br>@@.blink;<em>(New park event unlocked. New character added.)</em>@@ </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <div class="fadein"> <<switch random(1,2)>> <<case 1>> <video width="1300" autoplay src="images/home/landlord8.webm"></video> <<case 2>> <video width="1300" autoplay src="images/home/landlord9.webm"></video> <</switch>> </div> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''as if someone was watching us.. [[weird|living room6]] </div> <</timed>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $thera.start == 115>> <video width="1300" autoplay loop src="images/home/sarahome31.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Umm.. Don't worry honey, I'll figure it out somehow..<br> </div> <</timed>> <<timed 2s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''You already said this uuhh...nothing has changed...it's a trap [[Leave me alone..|living room6][$thera.start to 116]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video width="1300" autoplay loop src="images/mother/motherout.webm"></video> <br> <<timed 1s>> <div class="icon iconmother fadein"> [img[$mothericon]] ''Mother: ''Leave me alone, I don't want to do this!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$tyreseicon]] ''Tyrese: ''Don't be stupid, you have no choice.<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmother fadein"> [img[$mothericon]] ''Mother: ''Uhh..I'm feeling dizzy..what.. what should I do? [[stop peeking|business district]] </div> <</timed>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video width="1300" autoplay src="images/daddy/mattdad4.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''<em>(Oh my god! It's him! Why am I so excited?)</em> Hi Dad!<br> </div> <</timed>> <<timed 2s>> <div class="icon fadein iconboss"> [img[$daddyicon]] ''Daddy: ''Hey <<print $name>>. How do you feel?<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''It's okay... I guess, after what happened..maybe we'll go [[this way|daddyrand2]] </div> <</timed>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video width="1300" autoplay loop src="images/daddy/mattdad5.webm"></video> <br> <<timed 1s>> <div class="icon fadein iconboss"> [img[$daddyicon]] ''Daddy: ''Don't worry, if Rayn is found I'll take care of him.<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Thanks Dad, it's very nice of you to care.<br> </div> <</timed>> <<timed 3s>> <div class="icon fadein iconboss"> [img[$daddyicon]] ''Daddy: ''Of course I do. You are my family.. [[and you|daddyrand3]] </div> <</timed>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video width="1300" autoplay loop src="images/daddy/mattdad6.webm"></video> <br> <<timed 1s>> <div class="icon fadein iconboss"> [img[$daddyicon]] ''Daddy: ''..you.. are my daughter.<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Oh! Dad..umm..<em>(He smells so wonderful in that jacket!)</em><br> </div> <</timed>> <<timed 3s>> <div class="icon fadein iconboss"> [img[$daddyicon]] ''Daddy: ''I know honey, you don't have to say anything more.. </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''@@.blink;[[You desire a man|living room6][$mc.lust +=1]]@@ or [[No! That's not true!|living room6]] </div> <</timed>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if ndef $skill || $skill < 5 >> <video autoplay loop src="images/work/client.webm"></video> <br> <<timed 1s>> <div class="icon iconboss fadein"> [img[$johnicon]] ''Client: ''Good morning, I have an appointment with the head of this company.<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Oh! Umm okay..sure huh..<br> </div> <</timed>> <<timed 3s>> <div class="icon iconboss fadein"> [img[$johnicon]] ''Client: ''Don't just stand there, for God's sake, take me to the [[boss|client visit2]] </div> <</timed>> <</if>> <<if $skill >= 5 >> <video autoplay loop src="images/work/client3.webm"></video> <br> <<timed 1s>> <div class="icon iconboss fadein"> [img[$johnicon]] ''Client: ''Good morning, I have an appointment with the head of this company...<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Oh! Umm okay..[[Try Amber's trick!|client visit2]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if ndef $skill || $skill < 5>> <<if $mc.sub < 30>><<set $mc.sub +=1>><</if>> <video autoplay loop src="images/work/client2.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Eee I'm sorry, sir, right away, sir!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconboss fadein"> [img[$johnicon]] ''Client: ''If it were up to me I would punish you accordingly, lucky for you you are cute!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ughh..mm..you are right sir uhh..[[go away|work]] </div> <</timed>> <</if>> <<if $skill >= 5 >> <video autoplay loop src="images/work/client4.webm"></video> <br> <<timed 1s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Aaand one more spin!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconboss fadein"> [img[$johnicon]] ''Client: ''Uhh nice..[[I like it|client visit3]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $mc.femi >= 60 && $mc.femi < 85 && $mc.saturation2 >= 60 && $mc.saturation2 < 90 && $thera.start >= 77 && $thera.start < 129 >> <video width="1300" autoplay loop src="images/bus/bus7.webm"></video> <<elseif $mc.femi >= 85 && $mc.saturation2 >= 90 && $thera.start >= 129>> <video width="1300" autoplay loop src="images/bus/bus9.webm"></video> <</if>> <<timed 1s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''What? Ohh.. <<if $home == 1>> [[Hey! Stop! Go away|home][$home to 0]] or [[Don't say anything|home][$home to 0;$mc.sub += 1;]] <</if>> <<if $business == 1>> [[Hey! Stop! Go away|business district][$business to 0]] or [[Don't say anything|business district][$business to 0;$mc.sub += 1;]] <</if>> <br> </div> <</timed>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video width="1300" autoplay loop src="images/home/showerrandom.webm"></video> <br> <<switch random(1,3)>> <<case 1>> <div style="text-align: center;"> <span id="shower">@@.blink_text;[[Shower + makeup!|bathroom][$shower to 1;$mc.makeup to 1;]]@@</span> </div> <<case 2>> <div style="text-align: left;"> <span id="shower">@@.blink_text;[[Shower + makeup!|bathroom][$shower to 1;$mc.makeup to 1;]]@@</span> </div> <<case 3>> <div style="text-align: right;"> <span id="shower">@@.blink_text;[[Shower + makeup!|bathroom][$shower to 1;$mc.makeup to 1;]]@@</span> </div> <</switch>> <<timed 1.6s>> <<replace "#shower">><h3>TOO LATE!!!</h3> <</replace>> <</timed>> <<timed 1.6s>><<goto "shower random2">><</timed>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $mc.femi < 85 && $mc.saturation2 < 90 && $thera.start < 129>> <<switch random (1,2)>> <<case 1>> <video width="1300" autoplay loop src="images/home/tooslow.webm"></video> <<case 2>> <video width="1300" autoplay loop src="images/home/tooslow2.webm"></video> <</switch>> <<elseif $mc.femi >= 85 && $mc.saturation2 >= 90 && $thera.start >= 129>> <video width="1300" autoplay loop src="images/home/tooslow3.webm"></video> <</if>> <br> Too slow, [[start over!|bathroom]]
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $daddy.start == 5>> <video width="1300" autoplay src="images/daddy/mattdad10.webm"></video> <br> <<timed 1s>> <div class="icon fadein iconboss"> [img[$daddyicon]] ''Daddy: ''I understand..well, you have your life here..and wife..<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''I have to face my problems on my own, but thank you, Dad!<br> </div> <</timed>> <<timed 3s>> <div class="icon fadein iconboss"> [img[$daddyicon]] ''Daddy: ''My beloved daughter. Remember, you can always count on me.<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Thank you, Daddy! [[Leave|business district][$daddy.start to 6]] </div> <</timed>> <</if>> <<if $daddy.start == 100>> <video width="1300" autoplay loop src="images/daddy/mattdad10.webm"></video> <br> <<timed 1s>> <div class="icon fadein iconboss"> [img[$daddyicon]] ''Daddy: ''That's wonderful, sweetie! Pack your things, and I'll ride my motorcycle over to your house tonight.<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''I'll do it, Dad! <br> </div> <</timed>> <<timed 3s>> <div class="icon fadein iconboss"> [img[$daddyicon]] ''Daddy: ''I'll take care of you, sweetheart. Don't worry about a thing.<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''I'm feeling better now, Dad. See you tonight! [[Leave|business district][$daddy.start to 101]] </div> <</timed>> <</if>> <<if $daddy.start == 102>> <video width="1300" autoplay loop src="images/daddy/mattdad14.webm"></video> <br> <<timed 1s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Woohoo that's awesome!<br> </div> <</timed>> <<timed 2s>> <div class="icon fadein iconboss"> [img[$daddyicon]] ''Daddy: ''Heh You're just like me! I knew you'd like it!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Yeah! It feels great <em>(between my thighs too!)</em><br> </div> <</timed>> <<timed 4s>> @@.blink;<h2>The End. More adventures in a separate expansion pack!</h2>@@ <</timed>> <</if>>
<style> #passages { max-width: 60em; margin: 0 auto; text-align: center; } #right-ui-bar, #ui-bar{display:none;} .blink_text{ animation: blink 0.9s linear infinite; } @keyframes blink{ 50%{opacity:0;} } .runway-btn a{ font-size: 1.3em; padding: 10px 22px; border: 2px solid #d4af37; border-radius: 8px; display: inline-block; margin-top: 20px; text-decoration: none; } .skill-bar-outer{ width: 300px; height: 14px; background: #333; margin: 14px auto; border-radius: 7px; overflow: hidden; border: 1px solid #d4af37; } .skill-bar-inner{ height: 100%; background: linear-gradient(90deg,#d4af37,#fff2c6); } .skill-label{ font-size: 0.95em; opacity: 0.85; } .howto-box{ max-width: 420px; margin: 18px auto 8px auto; padding: 14px 18px; border: 1px solid #555; border-radius: 10px; background: rgba(255,255,255,0.03); text-align: left; font-size: 0.92em; line-height: 1.5; } </style> <<switch random (1,2)>> <<case 1>> <video autoplay src="images\shop\newmodel7.webm"></video> <<case 2>> <video autoplay src="images\shop\newmodel8.webm"></video> <</switch>> <br> <<set $falls to 0>> <<if $skill is undefined>> <<set $skill to 0>> <<set $skill_act to 0>> <</if>> <h2>👠 A supermodel's walk!</h2> <<timed 0.1s>> <div class="icon iconamanda fadein"> [img[$ambericon]] ''Amber: ''Weight on one leg, other leg from the hip, heel down first, roll to the toe. Smooth. Controlled. Confident. Not rushed.<br> </div> <</timed>> <div class="skill-label"> Training progress: <<if $skill lte 1>>Total Beginner <<elseif $skill lte 4>>Getting the Hang of It <<elseif $skill lte 7>>Confident Strut <<else>>Runway Ready <</if>> </div> <div class="skill-bar-outer"><div class="skill-bar-inner" style="width:<<print Math.min(100, (Math.min($skill,9)/9)*100)>>%;"></div></div> <div class="howto-box"> <b>How to Play</b><br> 👠 3 steps down the aisle: <i>Stride</i> → <i>Balance</i> → <i>Turn</i>.<br> ⏱️ Each step shows a countdown bar - pick a technique before it runs out, or Mia stumbles automatically.<br> 🎯 Only one option per step is the correct technique from the handout - the rest are common mistakes.<br> 📖 Even the right move isn't a guaranteed success - and the book on her head can still slip.<br> 📈 Every clean step raises her training progress, making future attempts a little easier. </div> <div class="runway-btn">[[Start the challenge!|modelstep1]]</div>
<style> #passages { max-width: 60em; margin: 0 auto; text-align: center; } .choice-row{ display:flex; justify-content:center; gap:14px; margin-top:16px; flex-wrap:wrap; } .choice-row a{ border: 2px solid #999; border-radius: 8px; padding: 10px 16px; text-decoration: none; display:inline-block; } </style> <video autoplay loop src="images\shop\newmodel3.webm"></video> <br> <<set $clicked1 to false>> <<set $correct1 to random(1,2)>> <<set $timeLimit1 to (5 + Math.min($skill,9)*0.3)>> <<set $failChance1 to Math.max(2 - Math.floor($skill/3), 1)>> <h3>Step 1 of 3 - The First Stride</h3> <<timed 0.1s>> <div class="icon iconamanda fadein"> [img[$ambericon]] ''Amber: ''Hey, just remember, no cheating!<br> </div> <</timed>> <<timedprogressbar $timeLimit1 "280px">> <<if not $clicked1>> <<replace "#qte1">><h3>TOO SLOW! She freezes mid-step, the book slides off, and she topples into a rack of jackets 🙈</h3><</replace>> <<set $falls += 1>> <<timed 2.5s>><<goto "modelstep2">><</timed>> <</if>> <</timedprogressbar>> <div id="qte1"> <div class="blink_text" style="font-weight:bold;">Choose NOW!</div> <div class="choice-row"> <<link "Shift your weight, heel down, roll to the toe">> <<set $clicked1 to true>> <<if $correct1 is 1>> <<if random(1,10) lte $failChance1>> <<replace "#qte1">><h3>Good form, but she rushes the roll and wobbles anyway... the book slips, DOWN! 😳</h3><</replace>> <<set $falls += 1>> <<else>> <<replace "#qte1">><h3>Smooth, controlled, confident - textbook heel-to-toe! The book doesn't even shift. 💃</h3><</replace>> <<set $skill += 1>> <</if>> <<else>> <<replace "#qte1">><h3>Wrong call - the weight never transfers and her ankle buckles instantly! 😬</h3><</replace>> <<set $falls += 1>> <</if>> <<timed 2.5s>><<goto "modelstep2">><</timed>> <</link>> <<link "Lock your knees and stomp down flat-footed">> <<set $clicked1 to true>> <<if $correct1 is 2>> <<if random(1,10) lte $failChance1>> <<replace "#qte1">><h3>She commits fully, but locked knees jolt her balance... the book tips, DOWN! 😳</h3><</replace>> <<set $falls += 1>> <<else>> <<replace "#qte1">><h3>Somehow it lands solid and confident anyway! 💃</h3><</replace>> <<set $skill += 1>> <</if>> <<else>> <<replace "#qte1">><h3>Wrong call - locked knees and a flat stomp send her sliding across the tile! 😬</h3><</replace>> <<set $falls += 1>> <</if>> <<timed 2.5s>><<goto "modelstep2">><</timed>> <</link>> </div> </div>
<style> #passages { max-width: 60em; margin: 0 auto; text-align: center; } .choice-row{ display:flex; justify-content:center; gap:12px; margin-top:16px; flex-wrap:wrap; } .choice-row a{ border: 2px solid #999; border-radius: 8px; padding: 10px 14px; text-decoration: none; display:inline-block; } </style> <video autoplay loop src="images\shop\newmodel4.webm"></video> <br> <<set $clicked2 to false>> <<set $correct2 to random(1,3)>> <<set $timeLimit2 to (4.5 + Math.min($skill,9)*0.3)>> <<set $failChance2 to Math.max(3 - Math.floor($skill/3), 1)>> <h3>Step 2 of 3 - Halfway Down, Stay Level</h3> <<timed 0.1s>> <div class="icon iconamanda fadein"> [img[$ambericon]] ''Amber: ''You can do it! and keep your hands down!<br> </div> <</timed>> <<timedprogressbar $timeLimit2 "100%">> <<if not $clicked2>> <<replace "#qte2">><h3>TOO SLOW! She freezes up, the book slides right off, and she pitches sideways into a display case 🙈</h3><</replace>> <<set $falls += 1>> <<timed 2.5s>><<goto "modelstep3">><</timed>> <</if>> <</timedprogressbar>> <div id="qte2"> <div class="blink_text" style="font-weight:bold;">Correct it NOW!</div> <div class="choice-row"> <<link "Small correction through the ankles, keep the head level">> <<set $clicked2 to true>> <<if $correct2 is 1>> <<if random(1,10) lte $failChance2>> <<replace "#qte2">><h3>Right instinct, but she overthinks the correction... the book tips, DOWN! 😳</h3><</replace>> <<set $falls += 1>> <<else>> <<replace "#qte2">><h3>Barely a wobble - the book doesn't even notice. Steady rhythm all the way. 💃</h3><</replace>> <<set $skill += 1>> <</if>> <<else>> <<replace "#qte2">><h3>Wrong call for this wobble - the correction comes from the wrong place entirely! 😬</h3><</replace>> <<set $falls += 1>> <</if>> <<timed 2.5s>><<goto "modelstep3">><</timed>> <</link>> <<link "Throw both arms out for balance">> <<set $clicked2 to true>> <<if $correct2 is 2>> <<if random(1,10) lte $failChance2>> <<replace "#qte2">><h3>It works for a second, but the sudden movement knocks the book anyway... DOWN! 😳</h3><</replace>> <<set $falls += 1>> <<else>> <<replace "#qte2">><h3>Not textbook, but it saves the walk - and somehow the book stays put! 💃</h3><</replace>> <<set $skill += 1>> <</if>> <<else>> <<replace "#qte2">><h3>Wrong call - the big, sudden arm movement is exactly the kind of abrupt motion that sends the book flying! 😬</h3><</replace>> <<set $falls += 1>> <</if>> <<timed 2.5s>><<goto "modelstep3">><</timed>> <</link>> <<link "Freeze and power straight through">> <<set $clicked2 to true>> <<if $correct2 is 3>> <<if random(1,10) lte $failChance2>> <<replace "#qte2">><h3>Holding still almost works, but the rhythm breaks anyway... the book tips, DOWN! 😳</h3><</replace>> <<set $falls += 1>> <<else>> <<replace "#qte2">><h3>Stiff, but it holds - the book rides it out! 💃</h3><</replace>> <<set $skill += 1>> <</if>> <<else>> <<replace "#qte2">><h3>Wrong call - freezing up breaks her rhythm completely and the book slides straight off! 😬</h3><</replace>> <<set $falls += 1>> <</if>> <<timed 2.5s>><<goto "modelstep3">><</timed>> <</link>> </div> </div>
<style> #passages { max-width: 60em; margin: 0 auto; text-align: center; } .choice-row{ display:flex; justify-content:center; gap:12px; margin-top:16px; flex-wrap:wrap; } .choice-row a{ border: 2px solid #999; border-radius: 8px; padding: 10px 14px; text-decoration: none; display:inline-block; } </style> <video autoplay loop src="images\shop\newmodel5.webm"></video> <br> <<set $clicked3 to false>> <<set $correct3 to random(1,4)>> <<set $timeLimit3 to (3.5 + Math.min($skill,9)*0.3)>> <<set $failChance3 to Math.max(4 - Math.floor($skill/3), 1)>> <h3>Step 3 of 3 - The Turn</h3> <<timed 0.1s>> <div class="icon iconamanda fadein"> [img[$ambericon]] ''Amber: ''That's right, stay focused!<br> </div> <</timed>> <<timedprogressbar $timeLimit3 "280px">> <<if not $clicked3>> <<replace "#qte3">><h3>TOO SLOW! The floor disappears from under her and the book goes flying 🙈</h3><</replace>> <<set $falls += 1>> <<timed 2.5s>><<goto "modelstepend">><</timed>> <</if>> <</timedprogressbar>> <div id="qte3"> <div class="blink_text" style="font-weight:bold;">Pick the pivot - FAST!</div> <div class="choice-row"> <<link "Stop, shift weight onto one foot, pivot with hips and shoulders together">> <<set $clicked3 to true>> <<if $correct3 is 1>> <<if random(1,10) lte $failChance3>> <<replace "#qte3">><h3>Textbook setup, but she rushes the rotation... the book slides, CRASH! 😵</h3><</replace>> <<set $falls += 1>> <<else>> <<replace "#qte3">><h3>A flawless pivot, straight off a magazine cover - the book doesn't even wobble! ✨</h3><</replace>> <<set $skill += 1>> <</if>> <<else>> <<replace "#qte3">><h3>Wrong call for this moment - she overcorrects and spins into the mannequin! 😵</h3><</replace>> <<set $falls += 1>> <</if>> <<timed 2.5s>><<goto "modelstepend">><</timed>> <</link>> <<link "Skip the stop, spin through the turn while still moving">> <<set $clicked3 to true>> <<if $correct3 is 2>> <<if random(1,10) lte $failChance3>> <<replace "#qte3">><h3>Bold, but momentum wins... the book flies off, CRASH! 😵</h3><</replace>> <<set $falls += 1>> <<else>> <<replace "#qte3">><h3>Somehow the momentum carries her through clean! ✨</h3><</replace>> <<set $skill += 1>> <</if>> <<else>> <<replace "#qte3">><h3>Wrong call - skipping the stop throws her whole weight off balance! 😵</h3><</replace>> <<set $falls += 1>> <</if>> <<timed 2.5s>><<goto "modelstepend">><</timed>> <</link>> <<link "Turn the shoulders first, let the hips catch up">> <<set $clicked3 to true>> <<if $correct3 is 3>> <<if random(1,10) lte $failChance3>> <<replace "#qte3">><h3>Close enough, but the delay costs her... the book tips, CRASH! 😵</h3><</replace>> <<set $falls += 1>> <<else>> <<replace "#qte3">><h3>The hips catch up just in time - clean pivot! ✨</h3><</replace>> <<set $skill += 1>> <</if>> <<else>> <<replace "#qte3">><h3>Wrong call - shoulders and hips fighting each other twists her right off her feet! 😵</h3><</replace>> <<set $falls += 1>> <</if>> <<timed 2.5s>><<goto "modelstepend">><</timed>> <</link>> <<link "Pivot on both feet at once">> <<set $clicked3 to true>> <<if $correct3 is 4>> <<if random(1,10) lte $failChance3>> <<replace "#qte3">><h3>Unconventional, but she almost pulls it off... the book slips, CRASH! 😵</h3><</replace>> <<set $falls += 1>> <<else>> <<replace "#qte3">><h3>Somehow it works - steady and clean! ✨</h3><</replace>> <<set $skill += 1>> <</if>> <<else>> <<replace "#qte3">><h3>Wrong call - pivoting on both feet with no weight shift takes her straight down! 😵</h3><</replace>> <<set $falls += 1>> <</if>> <<timed 2.5s>><<goto "modelstepend">><</timed>> <</link>> </div> </div>
<style> #passages { max-width: 60em; margin: 0 auto; text-align: center; } .skill-bar-outer{ width: 300px; height: 14px; background: #333; margin: 14px auto; border-radius: 7px; overflow: hidden; border: 1px solid #d4af37; } .skill-bar-inner{ height: 100%; background: linear-gradient(90deg,#d4af37,#fff2c6); } .skill-label{ font-size: 0.95em; opacity: 0.85; } </style> <<if $skill >= 8 && $mc.heels < 50>> <<set $mc.heels to 65>> <</if>> <video autoplay src="images\shop\newmodel6.webm"></video> <br> <h2>🏁 Closing Time</h2> <<if $falls == 0>> Not a single stumble, and the book never left her head. 🌟👑<br><br> ''Result: RUNWAY READY'' <<elseif $falls == 1>> One wobble, and the book hit the floor once, but she caught herself and finished with her chin up. Not bad for a girl practicing alone among the mannequins. 💪<br><br> ''Result: PROMISING BEGINNER'' <<else>> The polished floor, borrowed heels, and one very stubborn paperback turned the whole aisle into a minefield - she went down $falls times, but got back up every single time. 😅<br><br> ''Result: PRACTICE MAKES PERFECT (EVENTUALLY)'' <</if>> <br> <div class="skill-label"> Overall training progress: <<if $skill lte 1>>Total Beginner <<elseif $skill lte 4>>Getting the Hang of It <<elseif $skill lte 7>>Confident Strut <<else>>@@.blink;Runway Ready@@ <</if>> (<<print $skill>> successful steps so far) </div> <div class="skill-bar-outer"><div class="skill-bar-inner" style="width:<<print Math.min(100, (Math.min($skill,9)/9)*100)>>%;"></div></div> <br> [[Try again after the store closes tomorrow!|out][$skill_act to 1]]
<<switch random(1,2)>> <<case 1>> <video autoplay loop src="images/home/fasiontv1.webm"></video> <<case 2>> <video autoplay loop src="images/home/fasiontv2.webm"></video> <</switch>> <br> <<timed 1s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Woow! They look wonderful, just like angels!<br> [[Give it a try|modeltv2]] or [[better not|living room6]] </div> <</timed>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video autoplay src="images/home/fasiontv3.webm"></video> <br> <<timed 2s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Yeah! Heh balance is the key!<br> [[Good exercise!|modeltv3]] </div> <</timed>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video autoplay src="images/home/fasiontv4.webm"></video> <br> <<timed 2s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''What's she doing? Is she crazy? Uhh!!<br> [[Leave|living room6]] </div> <</timed>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video width="1300" autoplay src="images/home/1shower.webm"></video> <br> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<= $name>>: ''Hmm I just noticed... the hair on my legs has stopped growing. That's weird...<br> </div> <<timed 0.6s>> [[Time to go|bathroom]] <</timed>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video autoplay src="images/home/1bed.webm"></video> <br> <<timed 1s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Mmm my thighs feel so hot! [[Get up|bedroom]] </div> <</timed>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video autoplay src="images/bus/1bus.webm"></video> <br> <<timed 1s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Uhh This is so weird, skirt and panties, anyone can touch me.. [[Back|bus]] </div> <</timed>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $skill >= 5 >> <video autoplay loop src="images/work/client7.webm"></video> <br> <<timed 1s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Umm thanks..<br> </div> <</timed>> <<timed 2s>> <div class="icon iconboss fadein"> [img[$johnicon]] ''Client: ''Hmm You know, we don't have to rush. I'm happy to wait. </div> <</timed>> <<timed 3s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''It looks like I've got the situation [[under control|work][$boss.start to 16]] </div> <</timed>> <</if>>
<video width="1000" autoplay loop src="images/work/newclient.webm"></video> <br> <<set $mishaps to 0>> <<set $housepricerandom = random(4, 8) * 50000 + 20000>> <<if $charm is undefined>> <<set $charm to 0>> <</if>> <h2>🏠 What's happening today?</h2> ''<<print $name>> (to herself): ''Okay. Breathe. Phone in hand, listing details memorized, smile professional, not nervous. He's an important client, Mr. Papadopoulos, looking to buy several properties this quarter. A big account. Don't blow it.<br><br> <div class="rs-skill-label"> Confidence progress: <<if $charm lte 1>>Total Beginner <<elseif $charm lte 4>>Getting the Hang of It <<elseif $charm lte 7>>Composed Under Pressure <<else>>Natural Charmer <</if>> </div> <div class="rs-skill-bar-outer"><div class="rs-skill-bar-inner" style="width:<<print Math.min(100, (Math.min($charm,9)/9)*100)>>%;"></div></div> <div class="rs-howto-box"> <b>How to Play</b><br> 🏠 3 moments during the appointment: <i>The Price Talk</i> → <i>The House Tour</i> → <i>Closing the Deal</i>.<br> ⏱️ Each moment shows a countdown bar — pick your response before it runs out, or <<print $name>> freezes and loses the room.<br> 🎯 Only one option per moment is the professional response from her training — the rest are rookie mistakes.<br> 💬 Even the right call isn't a guaranteed save — her nerves can still get the better of her.<br> 📈 Every composed moment raises her confidence, making future appointments a little easier. </div> <div class="rs-cta-btn">[[Start the appointment!|newclient2]]</div>
<<set $answered1 to false>> <<set $right1 to random(1,3)>> <<set $timeCap1 to (5 + Math.min($charm,9)*0.3)>> <<set $missChance1 to Math.max(2 - Math.floor($charm/3), 1)>> <video width="1000" autoplay loop src="images/work/newclient2.webm"></video> <br> <h3>Moment 1 of 3 — The Price Talk</h3> Her corner of the office was small and cramped, barely room for two chairs and the desk squeezed between them. <<print $name>>'s just opened the listing folder and started running through the price list — he's shortlisting several properties this quarter, and this is the first — when the client leans back in his chair, unbothered by the numbers in front of him. "Before we get into all that," he says, "has anyone ever told you, you've got a great smile?"<br><br> <div class="rs-skill-label">''Mr. Papadopoulos: ''he's shopping for several properties at once, so this account matters — acknowledge it briefly, don't over-apologize or over-explain, and pivot straight back to the listing with a confident, specific follow-up question.</div><br> <<closingtimer $timeCap1 "280px">> <<if not $answered1>> <<replace "#qte1">><h3>TOO SLOW! She freezes, laughs awkwardly, and loses her train of thought completely — he takes over the conversation 😬</h3><</replace>> <<set $mishaps += 1>> <<timed 2.5s>><<goto "newclient3">><</timed>> <</if>> <</closingtimer>> <div id="qte1"> <div class="rs-blink" style="font-weight:bold;">Respond NOW!</div> <div class="rs-choice-row"> <<link "Thank him briefly, then: 'Now — it's listed at <<=$housepricerandom>>. Does that fit your budget?'">> <<set $answered1 to true>> <<if $right1 is 1>> <<if random(1,10) lte $missChance1>> <<replace "#qte1">><h3>Good instinct, but her voice wavers halfway through and the moment slips anyway... 😳</h3><</replace>> <<set $mishaps += 1>> <<else>> <<replace "#qte1">><h3>Smooth and unbothered — she turns it right back to business without missing a beat. He actually opens his notebook. 💼</h3><</replace>> <<set $charm += 1>> <</if>> <<else>> <<replace "#qte1">><h3>Wrong call — she jumps straight to the price with no acknowledgment at all, and it lands as cold and stiff instead of confident. 😬</h3><</replace>> <<set $mishaps += 1>> <</if>> <<timed 2.5s>><<goto "newclient3">><</timed>> <</link>> <<link "Laugh nervously: 'Oh — um, thanks... so, anyway, where was I...'">> <<set $answered1 to true>> <<if $right1 is 2>> <<if random(1,10) lte $missChance1>> <<replace "#qte1">><h3>She recovers the thread, but the nervous laugh lingers and he clocks it... 😳</h3><</replace>> <<set $mishaps += 1>> <<else>> <<replace "#qte1">><h3>Somehow the stumble reads as charmingly human, and he settles back into listening. 💼</h3><</replace>> <<set $charm += 1>> <</if>> <<else>> <<replace "#qte1">><h3>Wrong call — the trailing "where was I" makes her look like she's lost control of the room, and he leans on that. 😬</h3><</replace>> <<set $mishaps += 1>> <</if>> <<timed 2.5s>><<goto "newclient3">><</timed>> <</link>> <<link "Ignore the comment completely and keep reading straight from the folder">> <<set $answered1 to true>> <<if $right1 is 3>> <<if random(1,10) lte $missChance1>> <<replace "#qte1">><h3>The bulldozer-through approach almost works, but her tone goes flat and mechanical... 😳</h3><</replace>> <<set $mishaps += 1>> <<else>> <<replace "#qte1">><h3>She simply doesn't take the bait, keeps her rhythm, and he gets the message without a word being said. 💼</h3><</replace>> <<set $charm += 1>> <</if>> <<else>> <<replace "#qte1">><h3>Wrong call — total silence reads as awkward rather than composed, and the tension in the room only grows. 😬</h3><</replace>> <<set $mishaps += 1>> <</if>> <<timed 2.5s>><<goto "newclient3">><</timed>> <</link>> </div> </div>
<video width="1000" autoplay loop src="images/work/newclient3.webm"></video> <br> <<set $answered2 to false>> <<set $right2 to random(1,3)>> <<set $timeCap2 to (4.5 + Math.min($charm,9)*0.3)>> <<set $missChance2 to Math.max(3 - Math.floor($charm/3), 1)>> <h3>Moment 2 of 3 — The House Tour</h3> He's still standing behind her chair, leaning over her shoulder as she clicks through photos of the properties on his shortlist, one by one. He leans in closer than the screen actually requires, close enough that she can smell his cologne, and says, "Forget the kitchen,how about dinner instead?"<br><br> <div class="rs-skill-label">''Mr. Papadopoulos: ''keep your body language professional, use her own posture as a natural boundary, redirect with a light, warm joke, and steer straight back to the photos.</div><br> <<closingtimer $timeCap2 "280px">> <<if not $answered2>> <<replace "#qte2">><h3>TOO SLOW! She just sits there, caught off guard, and the silence stretches until he fills it himself 😬</h3><</replace>> <<set $mishaps += 1>> <<timed 2.5s>><<goto "newclient4">><</timed>> <</if>> <</closingtimer>> <div id="qte2"> <div class="rs-blink" style="font-weight:bold;">Redirect NOW!</div> <div class="rs-choice-row"> <<link "Laugh, sit up straight to put a little space between them, ask if he's more of a two-bedroom or three-bedroom person">> <<set $answered2 to true>> <<if $right2 is 1>> <<if random(1,10) lte $missChance2>> <<replace "#qte2">><h3>Good read, but she fumbles the joke's timing and it lands a beat too late... 😳</h3><</replace>> <<set $mishaps += 1>> <<else>> <<replace "#qte2">><h3>Sitting up straight closes the gap between his lean and her shoulder, the joke lands, and he straightens up on his own. 💼</h3><</replace>> <<set $charm += 1>> <</if>> <<else>> <<replace "#qte2">><h3>Wrong call — snapping upright mid-joke comes across as scolding rather than light, and it kills the mood the wrong way. 😬</h3><</replace>> <<set $mishaps += 1>> <</if>> <<timed 2.5s>><<goto "newclient4">><</timed>> <</link>> <<link "Step back without saying anything and go quiet">> <<set $answered2 to true>> <<if $right2 is 2>> <<if random(1,10) lte $missChance2>> <<replace "#qte2">><h3>The distance helps, but the silence drags on a beat too long and gets awkward... 😳</h3><</replace>> <<set $mishaps += 1>> <<else>> <<replace "#qte2">><h3>The quiet, unbothered step-back says more than words could, and he gets it immediately. 💼</h3><</replace>> <<set $charm += 1>> <</if>> <<else>> <<replace "#qte2">><h3>Wrong call — stepping back and saying nothing just reads as flustered, and he takes it as an opening instead of a boundary. 😬</h3><</replace>> <<set $mishaps += 1>> <</if>> <<timed 2.5s>><<goto "newclient4">><</timed>> <</link>> <<link "Get flustered and offer to reschedule the whole appointment">> <<set $answered2 to true>> <<if $right2 is 3>> <<if random(1,10) lte $missChance2>> <<replace "#qte2">><h3>Bold move, but it comes out sounding more panicked than firm... 😳</h3><</replace>> <<set $mishaps += 1>> <<else>> <<replace "#qte2">><h3>Surprisingly, the calm offer to reschedule snaps him right back into business mode. 💼</h3><</replace>> <<set $charm += 1>> <</if>> <<else>> <<replace "#qte2">><h3>Wrong call — offering to reschedule over a comment like that reads as losing the room entirely, not managing it. 😬</h3><</replace>> <<set $mishaps += 1>> <</if>> <<timed 2.5s>><<goto "newclient4">><</timed>> <</link>> </div> </div>
<<switch random(1,2)>> <<case 1>> <video width="1000" autoplay loop src="images/work/newclient4.webm"></video> <<case 2>> <video width="1000" autoplay loop src="images/work/newclient5.webm"></video> <</switch>> <br> <<set $answered3 to false>> <<set $right3 to random(1,4)>> <<set $timeCap3 to (3.5 + Math.min($charm,9)*0.3)>> <<set $missChance3 to Math.max(4 - Math.floor($charm/3), 1)>> <h3>Moment 3 of 3 — Closing the Deal</h3> Down to the final numbers now: mortgage estimate, closing costs, timeline. He finally straightens up from behind her chair, steps around beside the desk, and looks at her properly for the first time all meeting. "You're what, twenty-three? What do you actually know about real estate?"<br><br> <div class="rs-skill-label">''Mr. Papadopoulos: ''stay calm, cite a concrete fact or number, don't get defensive — confidence closes deals, not appeals to authority.</div><br> <<closingtimer $timeCap3 "280px">> <<if not $answered3>> <<replace "#qte3">><h3>TOO SLOW! The question just hangs there, and by the time she opens her mouth the moment's already gone 😬</h3><</replace>> <<set $mishaps += 1>> <<timed 2.5s>><<goto "newclient5">><</timed>> <</if>> <</closingtimer>> <div id="qte3"> <div class="rs-blink" style="font-weight:bold;">Answer him — FAST!</div> <div class="rs-choice-row"> <<link "Smile: 'I've closed twelve deals this year alone — shall we keep going?'">> <<set $answered3 to true>> <<if $right3 is 1>> <<if random(1,10) lte $missChance3>> <<replace "#qte3">><h3>Great line, but she delivers it a half-second too defensively and it loses some of its punch... 😳</h3><</replace>> <<set $mishaps += 1>> <<else>> <<replace "#qte3">><h3>The number lands exactly as intended — he actually sits up straighter and picks the pen back up. ✨</h3><</replace>> <<set $charm += 1>> <</if>> <<else>> <<replace "#qte3">><h3>Wrong call — pulling out a stat here, unprompted by anything he's asked about her track record, comes off as rehearsed and out of place. 😵</h3><</replace>> <<set $mishaps += 1>> <</if>> <<timed 2.5s>><<goto "newclient5">><</timed>> <</link>> <<link "Get defensive and list her qualifications one by one, sounding annoyed">> <<set $answered3 to true>> <<if $right3 is 2>> <<if random(1,10) lte $missChance3>> <<replace "#qte3">><h3>The list is accurate, but the annoyed tone undercuts it and he tunes out halfway through... 😳</h3><</replace>> <<set $mishaps += 1>> <<else>> <<replace "#qte3">><h3>Against the odds, the sheer detail of the list wins him over anyway. ✨</h3><</replace>> <<set $charm += 1>> <</if>> <<else>> <<replace "#qte3">><h3>Wrong call — the defensiveness confirms exactly what his question was fishing for, and he loses interest in the numbers. 😵</h3><</replace>> <<set $mishaps += 1>> <</if>> <<timed 2.5s>><<goto "newclient5">><</timed>> <</link>> <<link "Laugh it off and admit she's still pretty new at this">> <<set $answered3 to true>> <<if $right3 is 3>> <<if random(1,10) lte $missChance3>> <<replace "#qte3">><h3>The honesty is disarming, but it costs her a little authority in the room... 😳</h3><</replace>> <<set $mishaps += 1>> <<else>> <<replace "#qte3">><h3>Her easy honesty reads as confidence rather than weakness, and he relaxes into it. ✨</h3><</replace>> <<set $charm += 1>> <</if>> <<else>> <<replace "#qte3">><h3>Wrong call — admitting she's new hands him exactly the doubt he was already circling, and he presses further. 😵</h3><</replace>> <<set $mishaps += 1>> <</if>> <<timed 2.5s>><<goto "newclient5">><</timed>> <</link>> <<link "Change the subject entirely and rush through the rest of the numbers">> <<set $answered3 to true>> <<if $right3 is 4>> <<if random(1,10) lte $missChance3>> <<replace "#qte3">><h3>The rush almost carries it, but she trips over a figure and has to backtrack... 😳</h3><</replace>> <<set $mishaps += 1>> <<else>> <<replace "#qte3">><h3>The brisk, businesslike pivot works — he follows her lead straight back into the paperwork. ✨</h3><</replace>> <<set $charm += 1>> <</if>> <<else>> <<replace "#qte3">><h3>Wrong call — rushing past the question without addressing it at all leaves it sitting in the room, unresolved. 😵</h3><</replace>> <<set $mishaps += 1>> <</if>> <<timed 2.5s>><<goto "newclient5">><</timed>> <</link>> </div> </div>
<video width="1000" autoplay loop src="images/work/newclientend.webm"></video> <br> <h2>🏁 Appointment Over</h2> <<if $mishaps == 0>> Not a single moment lost — every comment, every test, handled without her composure ever slipping. He signs the preliminary paperwork before he even stands up, and for once, walking back to her desk, <<print $name>> actually feels like she belongs in this office. 🌟💼<br><br> ''Result: NATURAL CLOSER'' <<elseif $mishaps == 1>> One rough moment where the room nearly got away from her, but she caught herself and finished with her chin up. He didn't sign today, but he asked for her card on the way out. 💪<br><br> ''Result: PROMISING BEGINNER'' <<else>> Between the comments, the compliments, and the questions about her age, today's appointment was less about the apartment and more about staying upright — she lost her footing $mishaps times, but got the folder back open every single time. 😅<br><br> ''Result: PRACTICE MAKES PERFECT (EVENTUALLY)'' <</if>> <br> <div class="rs-skill-label"> Overall confidence progress: <<if $charm lte 1>>Total Beginner <<elseif $charm lte 4>>Getting the Hang of It <<elseif $charm lte 7>>Composed Under Pressure <<else>>Natural Charmer <</if>> (<<print $charm>> composed moments so far) </div> <div class="rs-skill-bar-outer"><div class="rs-skill-bar-inner" style="width:<<print Math.min(100, (Math.min($charm,9)/9)*100)>>%;"></div></div> <br> [[Leave|work][$clientmail.active to 1;$wardrobe.outfit to 0;]]
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $thera.start == 144>> <video width="1300" autoplay loop src="images/thera/thera158.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Oh yes, hon, I can see it! You're moving with more confidence and determination, you're ready!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''That's true... I guess.<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Visit the store and buy a business outfit for your new role at the company..you'll make a good impression.<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Oh, thanks, I'll do that. [[Leave|business district][$thera.start to 145;$amber.start to 6;]] <br>@@.blink;<em>(Go to the store.)</em>@@ </div> <</timed>> <</if>> <<if $thera.start == 145>> <video width="1300" autoplay loop src="images/thera/thera158.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Go to the store, sweetie! [[Leave|business district]] </div> <</timed>> <</if>> <<if $thera.start == 146>> <video width="1300" autoplay src="images/thera/meanwhile.webm"></video> <br> <<timed 2s>> <div class="fadein"> meanwhile your [[wife..|therapist session part5-2]] </div> <</timed>> <</if>> <<if $thera.start == 147>> <video width="1300" autoplay src="images/thera/thera159.webm"></video> <br> <<timed 1s>> <div class="icon fadein"> [img[$amiricon]] ''Amira: ''Congratulations <<print $name>>! I knew you'd make it big.<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Heh, thanks..<br> </div> <</timed>> <<timed 3s>> <div class="icon fadein"> [img[$reportericon]] ''Reporter: ''Remember, our Mistress made it easier for you.<br> </div> <</timed>> <<timed 4s>> <div class="icon fadein iconviolet"> [img[$girlicon]] ''Girl: ''OMG! This is so hot!<br> </div> <</timed>> <<timed 5s>> <div class="icon fadein"> [img[$amiricon]] ''Amira: ''Everything is hot [[for you|therapist session part5-2]] </div> <</timed>> <</if>> <<if $thera.start == 148>> <video width="1300" autoplay src="images/thera/thera161.webm"></video> <br> <<timed 1s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Huh? Are we drinking again?<br> </div> <</timed>> <<timed 2s>> <div class="icon fadein"> [img[$reportericon]] ''Reporter: ''Yeah! But this time I want to join in the fun!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Oh, really? And what would you do in that [[scenario?|therapist session part5-2]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $thera.start == 146>> <video width="1300" autoplay src="images/thera/saratyrese.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$tyreseicon]] ''Tyrese: ''Are you comfy there?<br> </div> <</timed>> <<timed 2s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Uhh y..yes.. <em>(Oh my God! I can feel his abnormally large dick down there!)</em><br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$tyreseicon]] ''Tyrese: ''Nice, you'll have to get [[used to it|therapist session part5-3]] </div> <</timed>> <</if>> <<if $thera.start == 147>> <video width="1300" autoplay loop src="images/thera/thera160.webm"></video> <br> <<timed 1s>> <div class="icon fadein iconviolet"> [img[$girlicon]] ''Girl: ''Uhh but seriously, come here!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Huh..umm okay, I have to go now and thanks for the wine [[Leave|business district][$thera.start to 148]] </div> <</timed>> <</if>> <<if $thera.start == 148>> <video width="1300" autoplay src="images/thera/thera162.webm"></video> <br> <<timed 1s>> <div class="icon fadein"> [img[$reportericon]] ''Reporter: ''Hmm Is this a [[challenge?|therapist session part5-3]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $thera.start == 146>> <video width="1300" autoplay loop src="images/thera/saratyrese2.webm"></video> <br> <<timed 1s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Don't do that...mmm <em>(My old good Matt should be doing this, but he's gone now!)</em><br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$tyreseicon]] ''Tyrese: ''Your wet pussy thinks something else hehe [[Go back|business district][$thera.start to 147]] </div> <</timed>> <</if>> <<if $thera.start == 148>> <video width="1300" autoplay src="images/thera/thera163.webm"></video> <br> <<timed 1s>> <div class="icon fadein"> [img[$amiricon]] ''Amira: ''Hehe Oh, don't tempt her hehe..you know what she's capable of.<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Maybe we should check that out.<br> </div> <</timed>> <<timed 3s>> <div class="icon fadein"> [img[$reportericon]] ''Reporter: ''Oh my, our little girl is [[growing up|therapist session part5-4]] </div> <</timed>> <</if>>
<<set $wardrobe.outfit to 3>> <div class="fadein"> <video width="1000" autoplay src="images/work/newclient0.webm"></video> </div> <<timed 1s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''Hmm..okay..It's going to be an interesting day [[Let's start|newclient]] </div> <</timed>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $thera.start == 148>> <video width="1300" autoplay loop src="images/thera/thera164.webm"></video> <br> <<timed 1s>> <div class="icon fadein"> [img[$reportericon]] ''Reporter: ''I can be whoever you want me to be, sweetheart—remember that..<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''I'll keep that in mind, but I'm heading home now..<br> </div> <</timed>> <<timed 3s>> <div class="icon fadein"> [img[$reportericon]] ''Reporter: ''You're chicken ehh I knew it! You don't know how to have fun!<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmattx fadein"> [img[$matticon]] ''<<print $name>>: ''You're probably right. [[Bye|business district][$thera.start to 149]] </div> <</timed>> <</if>>